devel/py-lazy-object-proxy: Update to 1.8.0
Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst
This commit is contained in:
parent
8936e7c72d
commit
257e69fd6d
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= lazy-object-proxy
|
||||
PORTVERSION= 1.7.1
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1641045938
|
||||
SHA256 (lazy-object-proxy-1.7.1.tar.gz) = d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
|
||||
SIZE (lazy-object-proxy-1.7.1.tar.gz) = 41995
|
||||
TIMESTAMP = 1669057769
|
||||
SHA256 (lazy-object-proxy-1.8.0.tar.gz) = c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
|
||||
SIZE (lazy-object-proxy-1.8.0.tar.gz) = 41884
|
||||
|
|
Loading…
Reference in a new issue