View | Details | Raw Unified | Return to bug 234283 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-pid/Makefile (-5 / +5 lines)
Lines 3-22 Link Here
3
3
4
PORTNAME=	pid
4
PORTNAME=	pid
5
PORTVERSION=	2.2.0
5
PORTVERSION=	2.2.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	mattias.lindvall@gmail.com
11
COMMENT=	Pidfile management for Python
12
COMMENT=	Pidfile management for Python
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
16
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
17
USES=		python
18
USE_PYTHON=	autoplist distutils
16
19
17
NO_ARCH=	yes
20
NO_ARCH=	yes
18
21
19
USES=		python
20
USE_PYTHON=	autoplist distutils
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/py-pid/files/patch-setup.py (+8 lines)
Line 0 Link Here
1
--- setup.py.orig	2018-12-27 13:15:31 UTC
2
+++ setup.py
3
@@ -54,5 +54,4 @@ setup(
4
     packages=["pid"],
5
     install_requires=[],
6
     test_suite='nose.collector',
7
-    setup_requires=['nose>=1.0'],
8
 )
(-)devel/py-pid/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Pidfile featuring stale detection and file-locking, can also be used as
1
Pidfile featuring stale detection and file-locking, can also be used as
2
context-manager or decorator
2
context-manager or decorator.
3
3
4
WWW: https://pypi.org/project/pid/
4
WWW: https://pypi.org/project/pid/

Return to bug 234283