summaryrefslogtreecommitdiff
path: root/freetds
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-02-16 08:29:43 -0500
committerGitHub <noreply@github.com>2017-02-16 08:29:43 -0500
commit86028b898c396b9671c745fed96ba287c99dbb4b (patch)
treebd453bd116c14f4b516a1283e19524e29d2500dc /freetds
parentf592b026aae0a95976c13cddc7822c10b090b73b (diff)
downloadastroconda-dev-86028b898c396b9671c745fed96ba287c99dbb4b.tar.gz
Overhaul (#17)
* Remove numpy x.x locks * Improve formatting and jinja2 usage; License changes minimal * Bump build numbers on affected packages
Diffstat (limited to 'freetds')
-rw-r--r--freetds/meta.yaml51
1 files changed, 29 insertions, 22 deletions
diff --git a/freetds/meta.yaml b/freetds/meta.yaml
index 56be856..7f3afd0 100644
--- a/freetds/meta.yaml
+++ b/freetds/meta.yaml
@@ -1,20 +1,32 @@
-package:
- name: freetds
- version: 1.00.9
+{% set name = 'freetds' %}
+{% set version = '1.00.9' %}
+{% set number = '0' %}
-source:
- url: ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.9.tar.bz2
- md5: 51e8941fbb537092e29c944e39c92f68
- patches:
- - 0001-CMake-install-targets.patch
- - 0002-CMake-install-headers.patch
+about:
+ home: http://www.freetds.org/index.html
+ license: GNU Library or Lesser General Public License (LGPL)
+ license_family: LGPL
+ summary: 'Natively talk to Microsoft SQL Server and Sybase databases'
+ description: |
+ FreeTDS is an open source implementation of the TDS (Tabular Data Stream)
+ protocol used by these databases for their own clients. It supports many
+ different flavors of the protocol and three APIs to access it.
+ Additionally FreeTDS works with other software such as Perl and PHP,
+ providing access from those languages as well.
+ doc_url: http://www.freetds.org/docs.html
+ dev_url: https://github.com/FreeTDS/freetds/
build:
+ number: {{ number }}
features:
- vc9 [win and py27]
- vc10 [win and py34]
- vc14 [win and py35]
+package:
+ name: {{ name }}
+ version: {{ version }}
+
requirements:
build:
- openssl 1.0.*
@@ -25,6 +37,7 @@ requirements:
- vc 9 [win and py27]
- vc 10 [win and py34]
- vc 14 [win and py>34]
+
run:
- openssl 1.0.*
- readline [not win]
@@ -33,16 +46,10 @@ requirements:
- vc 10 [win and py34]
- vc 14 [win and py>34]
-about:
- home: http://www.freetds.org/index.html
- license: GNU Library or Lesser General Public License (LGPL)
- license_family: LGPL
- summary: 'Natively talk to Microsoft SQL Server and Sybase databases'
- description: |
- FreeTDS is an open source implementation of the TDS (Tabular Data Stream)
- protocol used by these databases for their own clients. It supports many
- different flavors of the protocol and three APIs to access it.
- Additionally FreeTDS works with other software such as Perl and PHP,
- providing access from those languages as well.
- doc_url: http://www.freetds.org/docs.html
- dev_url: https://github.com/FreeTDS/freetds/
+source:
+ url: ftp://ftp.freetds.org/pub/freetds/stable/{{ name }}-{{ version }}.tar.bz2
+ md5: 51e8941fbb537092e29c944e39c92f68
+ patches:
+ - 0001-CMake-install-targets.patch
+ - 0002-CMake-install-headers.patch
+