sysutils/py-distro: Update to 1.8.0
Changes: https://github.com/python-distro/distro/releases
This commit is contained in:
parent
5307607507
commit
637c5f3b1a
3 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= distro
|
||||
PORTVERSION= 1.7.0
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,4 +18,7 @@ NO_ARCH= yes
|
|||
|
||||
SHEBANG_FILES= query_local_distro.py
|
||||
|
||||
post-patch:
|
||||
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646058128
|
||||
SHA256 (distro-1.7.0.tar.gz) = 151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39
|
||||
SIZE (distro-1.7.0.tar.gz) = 58164
|
||||
TIMESTAMP = 1665647905
|
||||
SHA256 (distro-1.8.0.tar.gz) = 02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8
|
||||
SIZE (distro-1.8.0.tar.gz) = 59428
|
||||
|
|
3
sysutils/py-distro/files/setup.py
Normal file
3
sysutils/py-distro/files/setup.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup()
|
Loading…
Reference in a new issue