Skip to content

Commit

Permalink
devel/py-lazy-object-proxy: Update to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 25, 2023
1 parent d284e50 commit 686a3dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
8 changes: 5 additions & 3 deletions devel/py-lazy-object-proxy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lazy-object-proxy
PORTVERSION= 1.9.0
PORTVERSION= 1.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +11,12 @@ WWW= https://github.com/ionelmc/python-lazy-object-proxy
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

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

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Expand Down
6 changes: 3 additions & 3 deletions devel/py-lazy-object-proxy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674589822
SHA256 (lazy-object-proxy-1.9.0.tar.gz) = 659fb5809fa4629b8a1ac5106f669cfc7bef26fbb389dda53b3e010d1ac4ebae
SIZE (lazy-object-proxy-1.9.0.tar.gz) = 42830
TIMESTAMP = 1703227874
SHA256 (lazy-object-proxy-1.10.0.tar.gz) = 78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69
SIZE (lazy-object-proxy-1.10.0.tar.gz) = 43271
12 changes: 12 additions & 0 deletions devel/py-lazy-object-proxy/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
--- pyproject.toml.orig 2023-12-13 17:32:08 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
- "setuptools>=64",
- "setuptools_scm>=8",
+ "setuptools>=61",
+ "setuptools_scm>=6",
]
build-backend = "setuptools.build_meta"

0 comments on commit 686a3dd

Please sign in to comment.