mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/py-pickledb: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
29f3a3070d
commit
8d2e3eaae3
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
11
databases/py-pickledb/files/patch-setup.py
Normal file
11
databases/py-pickledb/files/patch-setup.py
Normal 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__,
|
Loading…
Add table
Reference in a new issue