pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-rt py-rt: Import py-rt-1.0.11 as wip/py-rt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ae160a1755f
branches:  trunk
changeset: 385205:5ae160a1755f
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Sep 15 10:53:31 2018 +0000

description:
py-rt: Import py-rt-1.0.11 as wip/py-rt

Python implementation of Request Tracker REST API.

diffstat:

 net/py-rt/DESCR    |   1 +
 net/py-rt/Makefile |  21 +++++++++++++++++++++
 net/py-rt/PLIST    |   9 +++++++++
 net/py-rt/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r f6a0eb5ce572 -r 5ae160a1755f net/py-rt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-rt/DESCR   Sat Sep 15 10:53:31 2018 +0000
@@ -0,0 +1,1 @@
+Python implementation of Request Tracker REST API.
diff -r f6a0eb5ce572 -r 5ae160a1755f net/py-rt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-rt/Makefile        Sat Sep 15 10:53:31 2018 +0000
@@ -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@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 -r f6a0eb5ce572 -r 5ae160a1755f net/py-rt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-rt/PLIST   Sat Sep 15 10:53:31 2018 +0000
@@ -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 -r f6a0eb5ce572 -r 5ae160a1755f net/py-rt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-rt/distinfo        Sat Sep 15 10:53:31 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index