- Update to 0.6.2

- Sort USE_PYTHON
- Add PyPI as primary WWW
- Update WWW

Changes:	https://github.com/patx/pickledb/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2016-03-26 17:10:39 +00:00
parent 989490346f
commit d2f445d451
3 changed files with 8 additions and 5 deletions
+4 -2
View File
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pickleDB
PORTVERSION= 0.4
PORTVERSION= 0.6.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,10 @@ COMMENT= Lightweight, fast, and simple key-value store
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (pickleDB-0.4.tar.gz) = cc1713fb037d612367b23b06b3d1ce7fd810217815c65bc5df104af2773d417a
SIZE (pickleDB-0.4.tar.gz) = 2921
SHA256 (pickleDB-0.6.2.tar.gz) = 0dc2f5fa0d5fad415aeafac25f3f4992a6d77e182087df6ea90e63b457c92cac
SIZE (pickleDB-0.6.2.tar.gz) = 2958
+2 -1
View File
@@ -1,4 +1,5 @@
pickleDB is a lightweight, fast, and simple database based on Python's own
json module.
WWW: https://bitbucket.org/patx/pickledb/overview
WWW: https://pypi.python.org/pypi/pickleDB
WWW: https://github.com/patx/pickledb