databases/py-pickledb: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-07-07 00:11:49 +08:00
parent 29f3a3070d
commit 8d2e3eaae3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= pickledb
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,10 +12,12 @@ WWW= https://github.com/patx/pickledb
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View file

@ -0,0 +1,11 @@
--- setup.py.orig 2019-01-14 18:47:41 UTC
+++ setup.py
@@ -56,7 +56,7 @@ from distutils.core import setup
from distutils.core import setup
-setup(name="pickleDB",
+setup(name="pickledb",
version="0.9.2",
description="A lightweight and simple database using json.",
long_description=__doc__,