- Update to 0.4
- Re-assign to the Python team - Adjust WWW entry
This commit is contained in:
parent
ab06677a7b
commit
81a75fd03f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403224
3 changed files with 7 additions and 10 deletions
|
@ -2,21 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pickleDB
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= duchateau.olivier@gmail.com
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Lightweight, fast, and simple key-value store
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \
|
||||
%%PYTHON_SITELIBDIR%%/pickledb.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/pickledb.pyo
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pickleDB-0.3.tar.gz) = 1f8cdcd26d2c79024fbfb878c59b55d9ec119623c5718616a821dfa17a349119
|
||||
SIZE (pickleDB-0.3.tar.gz) = 2971
|
||||
SHA256 (pickleDB-0.4.tar.gz) = cc1713fb037d612367b23b06b3d1ce7fd810217815c65bc5df104af2773d417a
|
||||
SIZE (pickleDB-0.4.tar.gz) = 2921
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pickleDB is a lightweight, fast, and simple database based on Python's own
|
||||
json module.
|
||||
|
||||
WWW: http://packages.python.org/pyckleDB/
|
||||
WWW: https://bitbucket.org/patx/pickledb/overview
|
||||
|
|
Loading…
Reference in a new issue