View | Details | Raw Unified | Return to bug 267895
Collapse All | Expand All

(-)py-distlib-0.3.6/Makefile (-3 / +6 lines)
Lines 1-5 Link Here
1
PORTNAME=	distlib
1
PORTNAME=	distlib
2
DISTVERSION=	0.3.4
2
DISTVERSION=	0.3.6
3
CATEGORIES=	devel python
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-19 Link Here
11
LICENSE=	PSFL
11
LICENSE=	PSFL
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
13
14
USES=		python:3.6+ zip
14
USES=		python:3.6+
15
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	autoplist distutils
16
16
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
19
post-patch:
20
	${ECHO} "from setuptools import setup ; setup()" > ${WRKSRC}/setup.py
18
21
19
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)py-distlib-0.3.6/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1639203727
1
TIMESTAMP = 1669049965
2
SHA256 (distlib-0.3.4.zip) = e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579
2
SHA256 (distlib-0.3.6.tar.gz) = 14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46
3
SIZE (distlib-0.3.4.zip) = 631981
3
SIZE (distlib-0.3.6.tar.gz) = 607879

Return to bug 267895