* [gentoo-commits] repo/gentoo:master commit in: dev-python/PyDbLite/
@ 2016-08-31 7:42 Tobias Klausmann
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann @ 2016-08-31 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 16fd42da2b3f826571f15afbfe6118adf4748625
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:41:35 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:41:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fd42da
dev-python/PyDbLite: Initial addition to the tree
dev-python/PyDbLite/Manifest | 1 +
dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 19 +++++++++++++++++++
dev-python/PyDbLite/metadata.xml | 9 +++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/PyDbLite/Manifest b/dev-python/PyDbLite/Manifest
new file mode 100644
index 00000000..e5300b9
--- /dev/null
+++ b/dev-python/PyDbLite/Manifest
@@ -0,0 +1 @@
+DIST PyDbLite-3.0.4.tar.gz 510241 SHA256 79ed97d17b5954c6fa8927d9f36033cb4486d1304005057d506ac1dee999bad6 SHA512 7708d6cf391f18dbc644cfe6af34868d2eb59aae47ffb67cdb77d468d605b14c0dccfb159229035984d0dd9dbaa5ce706068ed23a09a5ece2f58565afdfad69f WHIRLPOOL efae1719fcde5dd6630f68d82b5d1216d4d8f2c3da2e891bd5166f371ea77c3a58145d4c8002cdc3c92e7f78db9bdd2f57e6cb9243d56a18e32c88f155312c46
diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
new file mode 100644
index 00000000..9806aaf
--- /dev/null
+++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="A fast, pure-Python in-memory database"
+HOMEPAGE="https://pypi.python.org/pypi/PyDbLite"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/PyDbLite/metadata.xml b/dev-python/PyDbLite/metadata.xml
new file mode 100644
index 00000000..639c1bc
--- /dev/null
+++ b/dev-python/PyDbLite/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>klausman@gentoo.org</email>
+ <name>Tobias Klausmann</name>
+ </maintainer>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/PyDbLite/
@ 2018-06-27 20:32 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-06-27 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 8aab6f5ec193085ac52c2f05211547d3d99a9134
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 20:00:58 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:32:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aab6f5e
dev-python/PyDbLite: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
index 66b291f01bf..3891dfb4e40 100644
--- a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
+++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3)
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-27 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 20:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyDbLite/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-08-31 7:42 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox