pkgsrc-WIP-changes archive

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

py-rt: Import py-rt-1.0.9 as wip/py-rt



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Apr 23 22:45:41 2017 +0200
Changeset:	2ca0184baf3289d76d095a063f02fcbd7a676e22

Modified Files:
	Makefile
Added Files:
	py-rt/DESCR
	py-rt/Makefile
	py-rt/PLIST
	py-rt/distinfo

Log Message:
py-rt: Import py-rt-1.0.9 as wip/py-rt

Python implementation of Request Tracker REST API.

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

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

diffstat:
 Makefile       |  1 +
 py-rt/DESCR    |  1 +
 py-rt/Makefile | 21 +++++++++++++++++++++
 py-rt/PLIST    |  9 +++++++++
 py-rt/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 695782465c..e6ec0d3711 100644
--- a/Makefile
+++ b/Makefile
@@ -3456,6 +3456,7 @@ SUBDIR+=	py-rpncalc
 SUBDIR+=	py-rpyc
 SUBDIR+=	py-rql
 SUBDIR+=	py-rsistent
+SUBDIR+=	py-rt
 SUBDIR+=	py-ruffus
 SUBDIR+=	py-s3transfer
 SUBDIR+=	py-sage
diff --git a/py-rt/DESCR b/py-rt/DESCR
new file mode 100644
index 0000000000..385b5fa677
--- /dev/null
+++ b/py-rt/DESCR
@@ -0,0 +1 @@
+Python implementation of Request Tracker REST API.
diff --git a/py-rt/Makefile b/py-rt/Makefile
new file mode 100644
index 0000000000..e22ea2795a
--- /dev/null
+++ b/py-rt/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	rt-1.0.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rt/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/CZ-NIC/python-rt
+COMMENT=	Python interface to Request Tracker API
+LICENSE=	gnu-gpl-v3
+
+DIST_SUBDIR=	py-rt	# XXX: avoid possible conflicts with devel/rt{3,}
+
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rt/PLIST b/py-rt/PLIST
new file mode 100644
index 0000000000..3672333f0f
--- /dev/null
+++ b/py-rt/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rt.py
+${PYSITELIB}/rt.pyc
+${PYSITELIB}/rt.pyo
diff --git a/py-rt/distinfo b/py-rt/distinfo
new file mode 100644
index 0000000000..c6798d27e3
--- /dev/null
+++ b/py-rt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (py-rt/rt-1.0.9.tar.gz) = 6478fecd48940d3462d9ad7fda15615044392262
+RMD160 (py-rt/rt-1.0.9.tar.gz) = 02bd75a712b3e6a9d1ddd6dc46e980a8bc8e2a3d
+SHA512 (py-rt/rt-1.0.9.tar.gz) = d76fb64addab7e288528816660b5118e586c5ffe021e2c23d60c3998534e14f01f25911767d6f422cb25e637c4ad074631b5d35e61107221166389d03d48d9db
+Size (py-rt/rt-1.0.9.tar.gz) = 35314 bytes


Home | Main Index | Thread Index | Old Index