pkgsrc-WIP-changes archive

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

py-queue: githubify



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Nov 1 18:20:20 2015 +0100
Changeset:	07b85dfe8daeed7b18207989f069b71299f1acfc

Modified Files:
	py-queue/Makefile
	py-queue/PLIST
	py-queue/distinfo

Log Message:
py-queue: githubify

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

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

diffstat:
 py-queue/Makefile | 14 +++++++-------
 py-queue/PLIST    | 30 +++++++++++++++++++++++-------
 py-queue/distinfo |  9 +++++----
 3 files changed, 35 insertions(+), 18 deletions(-)

diffs:
diff --git a/py-queue/Makefile b/py-queue/Makefile
index cec6040..1ad26b5 100644
--- a/py-queue/Makefile
+++ b/py-queue/Makefile
@@ -1,18 +1,18 @@
 # $NetBSD: Makefile,v 1.2 2015/06/10 13:43:17 ahp-nils Exp $
 
-DISTNAME=	0.4
-EGG_NAME=	pyqueue-${DISTNAME}
-DIST_SUBDIR=	pyqueue
-PKGNAME=	${PYPKGPREFIX}-queue-${DISTNAME}
+DISTNAME=	pymailq-0.5.3
+EGG_NAME=	${DISTNAME}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/pymailq/mailq/}
 CATEGORIES=	mail
-MASTER_SITES=	https://github.com/outini/pyqueue/archive/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outini/}
+GITHUB_PROJECT=	pymailq
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	nils%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/outini/pyqueue/
+HOMEPAGE=	https://github.com/outini/pymailq
 COMMENT=	Postfix queue control python tool
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=	${WRKDIR}/pyqueue-${DISTNAME}
 USE_LANGUAGES=	# none
 PYTHON_VERSIONS_ACCEPTED=	27
 
diff --git a/py-queue/PLIST b/py-queue/PLIST
index a666e9c..46bced7 100644
--- a/py-queue/PLIST
+++ b/py-queue/PLIST
@@ -1,8 +1,24 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/04 17:38:21 ahp-nils Exp $
+@comment $NetBSD$
+bin/pqshell
 ${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/pyqueue.py
-${PYSITELIB}/pyqueue.pyc
-${PYSITELIB}/pyqueue.pyo
-${PYSITELIB}/pyqueueshell.py
-${PYSITELIB}/pyqueueshell.pyc
-${PYSITELIB}/pyqueueshell.pyo
+${PYSITELIB}/pymailq/__init__.py
+${PYSITELIB}/pymailq/__init__.pyc
+${PYSITELIB}/pymailq/__init__.pyo
+${PYSITELIB}/pymailq/control.py
+${PYSITELIB}/pymailq/control.pyc
+${PYSITELIB}/pymailq/control.pyo
+${PYSITELIB}/pymailq/selector.py
+${PYSITELIB}/pymailq/selector.pyc
+${PYSITELIB}/pymailq/selector.pyo
+${PYSITELIB}/pymailq/shell.py
+${PYSITELIB}/pymailq/shell.pyc
+${PYSITELIB}/pymailq/shell.pyo
+${PYSITELIB}/pymailq/store.py
+${PYSITELIB}/pymailq/store.pyc
+${PYSITELIB}/pymailq/store.pyo
+${PYSITELIB}/pymailq/utils.py
+${PYSITELIB}/pymailq/utils.pyc
+${PYSITELIB}/pymailq/utils.pyo
+share/doc/pymailq/LICENSE
+share/doc/pymailq/README.rst
+share/man/man1/pqshell.1
diff --git a/py-queue/distinfo b/py-queue/distinfo
index 7894467..01f0c29 100644
--- a/py-queue/distinfo
+++ b/py-queue/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2014/05/04 17:38:21 ahp-nils Exp $
+$NetBSD$
 
-SHA1 (pyqueue/0.4.tar.gz) = 2b23728417386ad788f2dc3dc8f468e8d0689294
-RMD160 (pyqueue/0.4.tar.gz) = 3ee768adb0a2cd3448dd7e92ec53dae5273316e9
-Size (pyqueue/0.4.tar.gz) = 25444 bytes
+SHA1 (pymailq-0.5.3.tar.gz) = 770844017707d167dd5d1bae1bd9019436b050a9
+RMD160 (pymailq-0.5.3.tar.gz) = 5fd145f43994baafb44f3dfbf1ed942ae483b4a2
+SHA512 (pymailq-0.5.3.tar.gz) = 6f5cb30486a0894c4184fa1c784f099e21e5e40204f615816aca810f2cb235c4fccb394e74c183c7fea741181d22f2a664f74f8f79036b786df316fc0633ddce
+Size (pymailq-0.5.3.tar.gz) = 32305 bytes


Home | Main Index | Thread Index | Old Index