diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2018-09-04 00:09:01 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2018-09-04 00:09:01 +0300 |
commit | b0e7d5bda510a2ad9ec49a6d52e75e60075e6596 (patch) | |
tree | 9eee7d34d1a8206bb47f270f4602f796a4b0816e /dev-python/RecSQL | |
parent | sys-cluster/knem: Version bump (diff) | |
download | gentoo-b0e7d5bda510a2ad9ec49a6d52e75e60075e6596.tar.gz gentoo-b0e7d5bda510a2ad9ec49a6d52e75e60075e6596.tar.bz2 gentoo-b0e7d5bda510a2ad9ec49a6d52e75e60075e6596.zip |
dev-python/RecSQL: Version bump
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'dev-python/RecSQL')
-rw-r--r-- | dev-python/RecSQL/Manifest | 2 | ||||
-rw-r--r-- | dev-python/RecSQL/RecSQL-0.7.9.ebuild (renamed from dev-python/RecSQL/RecSQL-0.7.8.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/RecSQL/Manifest b/dev-python/RecSQL/Manifest index 4686431ab49b..3b0f9d45fcbb 100644 --- a/dev-python/RecSQL/Manifest +++ b/dev-python/RecSQL/Manifest @@ -1 +1 @@ -DIST RecSQL-0.7.8.tar.gz 140025 BLAKE2B 03070c77765476b4907c53519fc5e54096d8e7dcbbf6771c8524fec18996993a5e6d9d48044d8da6a4267f84733165ea9c3907f7e49cb0d28ae5ded994af322a SHA512 bbe5dc547d8e254eac2513c66cdcbf564e491212ee549cafd5051caf545c4b8b7c6d9f728807ab1fff98a55a5c617f4736dd67b1c5a2ab882408d9289340c33c +DIST RecSQL-0.7.9.tar.gz 137487 BLAKE2B 99c7c7a942fda1082f33264d4a18a61a22358bc70b50370841d5dd20fa5e4f55fdb63add03c1861ead4b844e1abb558cacb97c6c7a916e4e20dd27845608301d SHA512 5873e80637c0a18faf6293849b325cea8aa0e44ca2f76cf57fcc34da3586f47075ff1ae49eed14994b5fd40ae766cc34265a4e9c7b1ec1afbe95d366f57e45b9 diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.9.ebuild index 6df5fe8e285b..b40dfd020dfb 100644 --- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild +++ b/dev-python/RecSQL/RecSQL-0.7.9.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" if [[ $PV = *9999* ]]; then - scm_eclass=git-2 + scm_eclass=git-r3 EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" SRC_URI="" KEYWORDS="" |