diff options
author | leot <leot@pkgsrc.org> | 2018-09-15 10:53:31 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-09-15 10:53:31 +0000 |
commit | 97c96b65e407c52914c80087244ce79d60c864e5 (patch) | |
tree | 844dc3b237b9e2e26e5f08e9d5cedda7570f6738 | |
parent | f10d19948873dec7b3d59b59a01cacd5f126a0de (diff) | |
download | pkgsrc-97c96b65e407c52914c80087244ce79d60c864e5.tar.gz |
py-rt: Import py-rt-1.0.11 as wip/py-rt
Python implementation of Request Tracker REST API.
-rw-r--r-- | net/py-rt/DESCR | 1 | ||||
-rw-r--r-- | net/py-rt/Makefile | 21 | ||||
-rw-r--r-- | net/py-rt/PLIST | 9 | ||||
-rw-r--r-- | net/py-rt/distinfo | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/py-rt/DESCR b/net/py-rt/DESCR new file mode 100644 index 00000000000..385b5fa6777 --- /dev/null +++ b/net/py-rt/DESCR @@ -0,0 +1 @@ +Python implementation of Request Tracker REST API. diff --git a/net/py-rt/Makefile b/net/py-rt/Makefile new file mode 100644 index 00000000000..c1dbb9cbd92 --- /dev/null +++ b/net/py-rt/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2018/09/15 10:53:31 leot Exp $ + +DISTNAME= rt-1.0.11 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/} + +MAINTAINER= leot@NetBSD.org +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/net/py-rt/PLIST b/net/py-rt/PLIST new file mode 100644 index 00000000000..a8feb556eed --- /dev/null +++ b/net/py-rt/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2018/09/15 10:53:31 leot Exp $ +${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/net/py-rt/distinfo b/net/py-rt/distinfo new file mode 100644 index 00000000000..ffc2883b4c5 --- /dev/null +++ b/net/py-rt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/09/15 10:53:31 leot Exp $ + +SHA1 (py-rt/rt-1.0.11.tar.gz) = 2a919c9df7a7aec75aa9f1f19df9fbc81341e784 +RMD160 (py-rt/rt-1.0.11.tar.gz) = cd0ee2929ede3c878e21bf0750e4fe262550ded5 +SHA512 (py-rt/rt-1.0.11.tar.gz) = 00007710d152472bf25e656b6298502e0b571932c8c3f4c498074fe7a849d575fd2deaad91a4814a7aece4dbfa847c913045e927830a8e0a02d3d13876562696 +Size (py-rt/rt-1.0.11.tar.gz) = 35084 bytes |