Skip to content

Commit

Permalink
devel/py-dogpile.cache: Update to 1.3.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/sqlalchemy/dogpile.cache/releases
  • Loading branch information
sunpoet committed Dec 25, 2023
1 parent 287c0c7 commit 4b51792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-dogpile.cache/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dogpile.cache
PORTVERSION= 1.2.2
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,12 +11,14 @@ WWW= https://github.com/sqlalchemy/dogpile.cache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=3.0.0:devel/py-stevedore@${PY_FLAVOR}

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

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-dogpile.cache/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688902101
SHA256 (dogpile.cache-1.2.2.tar.gz) = fd9022c0d9cbadadf20942391a95adaf296be80b42daa8e202f8de1c21f198b2
SIZE (dogpile.cache-1.2.2.tar.gz) = 263102
TIMESTAMP = 1703227864
SHA256 (dogpile.cache-1.3.0.tar.gz) = 0a387f1932c071ee8fd971d2ff51f8aba1106c559439a51b8c74a207f40e215d
SIZE (dogpile.cache-1.3.0.tar.gz) = 265984

0 comments on commit 4b51792

Please sign in to comment.