pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+py-teradata



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Mar 16 23:37:57 2017 +0000
Changeset:	9b86328787e7f0499d4e14f6483de580dfc04a76

Added Files:
	py-teradata/DESCR
	py-teradata/Makefile
	py-teradata/PLIST
	py-teradata/distinfo

Log Message:
+py-teradata

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b86328787e7f0499d4e14f6483de580dfc04a76

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-teradata/DESCR    |  2 ++
 py-teradata/Makefile | 16 ++++++++++++++++
 py-teradata/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-teradata/distinfo |  6 ++++++
 4 files changed, 57 insertions(+)

diffs:
diff --git a/py-teradata/DESCR b/py-teradata/DESCR
new file mode 100644
index 0000000000..737644ad21
--- /dev/null
+++ b/py-teradata/DESCR
@@ -0,0 +1,2 @@
+The Teradata python module for DevOps enabled SQL scripting
+for Teradata UDA
diff --git a/py-teradata/Makefile b/py-teradata/Makefile
new file mode 100644
index 0000000000..f812406706
--- /dev/null
+++ b/py-teradata/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	teradata-15.10.0.20
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	https://pypi.python.org/packages/44/90/dba531883fe17d761222cdbd9323058368227bcbc59650a31e527d735d59/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://github.com/teradata/PyTd
+COMMENT=	The Teradata python module for DevOps enabled SQL
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-teradata/PLIST b/py-teradata/PLIST
new file mode 100644
index 0000000000..e5a8b2cfd9
--- /dev/null
+++ b/py-teradata/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/teradata/__init__.py
+${PYSITELIB}/teradata/__init__.pyc
+${PYSITELIB}/teradata/__init__.pyo
+${PYSITELIB}/teradata/api.py
+${PYSITELIB}/teradata/api.pyc
+${PYSITELIB}/teradata/api.pyo
+${PYSITELIB}/teradata/datatypes.py
+${PYSITELIB}/teradata/datatypes.pyc
+${PYSITELIB}/teradata/datatypes.pyo
+${PYSITELIB}/teradata/pulljson.py
+${PYSITELIB}/teradata/pulljson.pyc
+${PYSITELIB}/teradata/pulljson.pyo
+${PYSITELIB}/teradata/tdodbc.py
+${PYSITELIB}/teradata/tdodbc.pyc
+${PYSITELIB}/teradata/tdodbc.pyo
+${PYSITELIB}/teradata/tdrest.py
+${PYSITELIB}/teradata/tdrest.pyc
+${PYSITELIB}/teradata/tdrest.pyo
+${PYSITELIB}/teradata/udaexec.py
+${PYSITELIB}/teradata/udaexec.pyc
+${PYSITELIB}/teradata/udaexec.pyo
+${PYSITELIB}/teradata/util.py
+${PYSITELIB}/teradata/util.pyc
+${PYSITELIB}/teradata/util.pyo
+${PYSITELIB}/teradata/version.py
+${PYSITELIB}/teradata/version.pyc
+${PYSITELIB}/teradata/version.pyo
diff --git a/py-teradata/distinfo b/py-teradata/distinfo
new file mode 100644
index 0000000000..2ad4ccba13
--- /dev/null
+++ b/py-teradata/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (teradata-15.10.0.20.tar.gz) = 181c612f2f36cbebff0742c3ecb16e9d19bfd139
+RMD160 (teradata-15.10.0.20.tar.gz) = e4d0590a60177228b8b9bff9d2ca1e58784cda05
+SHA512 (teradata-15.10.0.20.tar.gz) = d00333be04c17c48dc7f74458914c69f611970682c7b60a31d32663ef9d5af54c79e80557cbbfdab96b564d609e74d8aac868c19fdafb7b1c061ddf9d4820e30
+Size (teradata-15.10.0.20.tar.gz) = 50513 bytes


Home | Main Index | Thread Index | Old Index