devel/py-validators: Update to 0.21.2
Changelog: https://github.com/kvesteri/validators/blob/0.21.2/CHANGES.md
This commit is contained in:
parent
c02bfcad1e
commit
9ad2a6a57e
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= validators
|
||||
DISTVERSION= 0.20.0
|
||||
DISTVERSION= 0.21.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,11 +11,13 @@ WWW= https://pypi.org/project/validators/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
|
||||
|
||||
USES= cpe python
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1655519640
|
||||
SHA256 (validators-0.20.0.tar.gz) = 24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a
|
||||
SIZE (validators-0.20.0.tar.gz) = 30665
|
||||
TIMESTAMP = 1692232534
|
||||
SHA256 (validators-0.21.2.tar.gz) = 002ba1552076535176824e43149c18c06f6b611bc8b597ddbcf8770bcf5f9f5c
|
||||
SIZE (validators-0.21.2.tar.gz) = 40739
|
||||
|
|
Loading…
Reference in a new issue