mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-retype: Update to 21.12.0
Changes: https://github.com/ambv/retype/releases
This commit is contained in:
parent
e1044198a0
commit
d2ba781bac
2 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= retype
|
PORTNAME= retype
|
||||||
PORTVERSION= 21.5.0
|
PORTVERSION= 21.12.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,7 +12,11 @@ COMMENT= Re-apply types from .pyi stub files to your codebase
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= python:3.6+
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pathspec>=0.5.9<1:devel/py-pathspec@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}typed-ast>=1.3:devel/py-typed-ast@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python:3.7+
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1624189735
|
TIMESTAMP = 1643971096
|
||||||
SHA256 (retype-21.5.0.tar.gz) = 43cd2876481e0bba0e1376f90684de6e51b3b314c542356a6477e34b78e83193
|
SHA256 (retype-21.12.0.tar.gz) = 976fded331eea4797f0bfec4ccb1311a78731ec28e07ba330be3db1f4ddd9407
|
||||||
SIZE (retype-21.5.0.tar.gz) = 38521
|
SIZE (retype-21.12.0.tar.gz) = 38472
|
||||||
|
|
Loading…
Add table
Reference in a new issue