mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py-jaraco.timing: Update to 3.0.0
- Update WWW - Add LICENSE_FILE - Mark DEPRECATED and set EXPIRATION_DATE to 2024-08-31 Changes: https://github.com/jaraco/jaraco.timing/blob/main/NEWS.rst
This commit is contained in:
parent
0feb29c67a
commit
b93070d4dd
2 changed files with 16 additions and 9 deletions
|
@ -1,21 +1,28 @@
|
||||||
PORTNAME= jaraco.timing
|
PORTNAME= jaraco.timing
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 3.0.0
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Routines pertinent to the fourth dimension
|
COMMENT= Routines pertinent to the fourth dimension
|
||||||
WWW= https://bitbucket.org/jaraco/jaraco.timing
|
WWW= https://github.com/jaraco/jaraco.timing
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \
|
DEPRECATED= Deprecated by upstream
|
||||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.15:devel/py-setuptools-scm@${PY_FLAVOR} \
|
EXPIRATION_DATE=2024-08-31
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=2.4:devel/py-pytest-checkdocs@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytest-enabler>=2.2:devel/py-pytest-enabler@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytest-ruff>=0.2.1:devel/py-pytest-ruff@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1547238868
|
TIMESTAMP = 1722272056
|
||||||
SHA256 (jaraco.timing-2.0.tar.gz) = ac43edbd3edd84e871a7b813073111df8517d06b0302716610de38abf7d3015c
|
SHA256 (jaraco.timing-3.0.0.tar.gz) = f9590e60e59d2eec7cbe93b8a6865c86a6ba51760c7be4f2a211811d2a4b9935
|
||||||
SIZE (jaraco.timing-2.0.tar.gz) = 8565
|
SIZE (jaraco.timing-3.0.0.tar.gz) = 7048
|
||||||
|
|
Loading…
Add table
Reference in a new issue