Skip to content

Commit

Permalink
security/py-josepy: Update to 1.14.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/certbot/josepy/blob/master/CHANGELOG.rst
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 48c1fde commit 038fefc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions security/py-josepy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= josepy
PORTVERSION= 1.13.0
PORTVERSION= 1.14.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,6 +11,7 @@ WWW= https://josepy.readthedocs.io/en/latest/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.8:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \
Expand All @@ -19,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.0:devel/py-coverage@${PY_FLAVOR
${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0.5:devel/py-pytest-flake8@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent cryptography distutils pytest
USE_PYTHON= autoplist concurrent cryptography pep517 pytest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions security/py-josepy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649423986
SHA256 (josepy-1.13.0.tar.gz) = 8931daf38f8a4c85274a0e8b7cb25addfd8d1f28f9fb8fbed053dd51aec75dc9
SIZE (josepy-1.13.0.tar.gz) = 59045
TIMESTAMP = 1699774988
SHA256 (josepy-1.14.0.tar.gz) = 308b3bf9ce825ad4d4bba76372cf19b5dc1c2ce96a9d298f9642975e64bd13dd
SIZE (josepy-1.14.0.tar.gz) = 58794

0 comments on commit 038fefc

Please sign in to comment.