pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sqlitedict-1.7.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 15:33:24 2020 +0100
Changeset:	d25a6184ec3ce1eddea6f346a0532d8860e3fc2d

Modified Files:
	Makefile
Added Files:
	py-sqlitedict/DESCR
	py-sqlitedict/Makefile
	py-sqlitedict/PLIST
	py-sqlitedict/distinfo

Log Message:
py-sqlitedict-1.7.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d25a6184ec3ce1eddea6f346a0532d8860e3fc2d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 +
 py-sqlitedict/DESCR    |  0
 py-sqlitedict/Makefile | 16 ++++++++++++++++
 py-sqlitedict/PLIST    |  8 ++++++++
 py-sqlitedict/distinfo |  6 ++++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4893df01da..e6e9277229 100644
--- a/Makefile
+++ b/Makefile
@@ -3151,6 +3151,7 @@ SUBDIR+=	py-b3j0f.aop
 SUBDIR+=	py-backports-datetime-fromisoformat
 SUBDIR+=	py-backports.csv
 SUBDIR+=	py-backports.ssl_match_hostname
+SUBDIR+=	py-badges
 SUBDIR+=	py-bandicoot
 SUBDIR+=	py-bandit
 SUBDIR+=	py-bannock
diff --git a/py-sqlitedict/DESCR b/py-sqlitedict/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-sqlitedict/Makefile b/py-sqlitedict/Makefile
new file mode 100644
index 0000000000..34377a0779
--- /dev/null
+++ b/py-sqlitedict/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	sqlitedict-1.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sqlitedict}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/RaRe-Technologies/sqlitedict
+COMMENT=	Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-sqlite3>=3.7.9:../../databases/py-sqlite3
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sqlitedict/PLIST b/py-sqlitedict/PLIST
new file mode 100644
index 0000000000..f37f594b4d
--- /dev/null
+++ b/py-sqlitedict/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlitedict.py
+${PYSITELIB}/sqlitedict.pyc
+${PYSITELIB}/sqlitedict.pyo
diff --git a/py-sqlitedict/distinfo b/py-sqlitedict/distinfo
new file mode 100644
index 0000000000..d5938ebe23
--- /dev/null
+++ b/py-sqlitedict/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sqlitedict-1.7.0.tar.gz) = 5f20dae53ab8494ee57bc7af2e231931b84abf58
+RMD160 (sqlitedict-1.7.0.tar.gz) = 8be9b598120e9fa1726355ec32f07a3919c28018
+SHA512 (sqlitedict-1.7.0.tar.gz) = 1ef5e0caf81f7ac17eac0d8573c3404ea043c0c5700fe6b4b9f28ac86ad8d97416bad561318898967cf1af0d7e616684ee3044018e24dab3686d43554c74fef1
+Size (sqlitedict-1.7.0.tar.gz) = 28234 bytes


Home | Main Index | Thread Index | Old Index