svn commit: r489427 - in head/devel/py-pid: . files

Steve Wills swills at FreeBSD.org
Sun Jan 6 01:11:34 UTC 2019


Author: swills
Date: Sun Jan  6 01:11:32 2019
New Revision: 489427
URL: https://svnweb.freebsd.org/changeset/ports/489427

Log:
  devel/py-pid: Assign maintainer, fix minor issues
  
  PR:		234283
  Submitted by:	Mattias Lindvall <mattias.lindvall at gmail.com>

Added:
  head/devel/py-pid/files/
  head/devel/py-pid/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-pid/Makefile   (contents, props changed)
  head/devel/py-pid/pkg-descr   (contents, props changed)

Modified: head/devel/py-pid/Makefile
==============================================================================
--- head/devel/py-pid/Makefile	Sun Jan  6 00:28:07 2019	(r489426)
+++ head/devel/py-pid/Makefile	Sun Jan  6 01:11:32 2019	(r489427)
@@ -3,20 +3,20 @@
 
 PORTNAME=	pid
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	mattias.lindvall at gmail.com
 COMMENT=	Pidfile management for Python
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
-
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Added: head/devel/py-pid/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pid/files/patch-setup.py	Sun Jan  6 01:11:32 2019	(r489427)
@@ -0,0 +1,8 @@
+--- setup.py.orig	2018-12-27 13:15:31 UTC
++++ setup.py
+@@ -54,5 +54,4 @@ setup(
+     packages=["pid"],
+     install_requires=[],
+     test_suite='nose.collector',
+-    setup_requires=['nose>=1.0'],
+ )

Modified: head/devel/py-pid/pkg-descr
==============================================================================
--- head/devel/py-pid/pkg-descr	Sun Jan  6 00:28:07 2019	(r489426)
+++ head/devel/py-pid/pkg-descr	Sun Jan  6 01:11:32 2019	(r489427)
@@ -1,4 +1,4 @@
 Pidfile featuring stale detection and file-locking, can also be used as
-context-manager or decorator
+context-manager or decorator.
 
 WWW: https://pypi.org/project/pid/


More information about the svn-ports-head mailing list