From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/apsw/Manifest | 4 +--- dev-python/apsw/apsw-3.23.1_p1.ebuild | 42 ----------------------------------- dev-python/apsw/apsw-3.25.2_p1.ebuild | 2 +- 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 dev-python/apsw/apsw-3.23.1_p1.ebuild (limited to 'dev-python/apsw') diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest index 46a8815e5065..e44e06a7da56 100644 --- a/dev-python/apsw/Manifest +++ b/dev-python/apsw/Manifest @@ -1,6 +1,4 @@ AUX apsw-3.6.20.1-fix_tests.patch 340 BLAKE2B c70f404afaed26c92f60690820812fb0ccbe355f43384b4e0a931851c27348b04335aa4c25baf5b2662c85403ad2eb075ce049a724c297a46ea2f796845aebd8 SHA512 386cae12d949a6f4dd55dc7e3e1bc176c43c5001f10acc75261c92fbe14bb09c0e054dfa4087d285496dec4cbd4a9add5733742dbfa82c6e10ee1c8d0f43fb0a -DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551 SHA512 8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62 DIST apsw-3.25.2_p1.zip 682975 BLAKE2B f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff SHA512 073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7 -EBUILD apsw-3.23.1_p1.ebuild 1044 BLAKE2B f34fe3b6892b2c8cebbad0335529c95b6b17e6b4e0c61bf0acd732e46a2031d03ee9703d78c5ef73f217094dde4a31409412d0102af0b2bb142bdf68ca3e8191 SHA512 c712ff36f4914ba6264ba34e7f54db4b933786bafb9753447d501100199467d3b472b3b852255eb0cffcde7492915a3c3df650f920a588489bcaaf06986c7459 -EBUILD apsw-3.25.2_p1.ebuild 1048 BLAKE2B e3f639861b0b4e50e86853d6716fb02fb15a94d229ff84913040fca9054a7ba918f6ee886ea02ad5de539d5ac1f0e2b3366e8e05cbf02238841b884e17a1275b SHA512 ab3ed7fa1ba52ae7fc0daf224339bd7b0a592c55cadd462e49aed8d0596458afdc3df6c962428cd443c4a2083fd92cd4a44ee51729a97170f56d3a5c0a3e9ef9 +EBUILD apsw-3.25.2_p1.ebuild 1044 BLAKE2B b85006b8c6d2074c4dd51cd57dc3ec03e2ae26d77c16d8175f9f77c2686a0f937fb630881b0c22afe073bb31c5e9824ac21f92a4f97bb1ed790b938b54aeb823 SHA512 b755a1043f3a48a869fdee65a4aa48f8b85091ce09b022e7c8b832159958c927e9d26315c317b518ed160e1e4289a9e24e21d17da1b94a55d1acd4c88aeea303 MISC metadata.xml 677 BLAKE2B 8125a6d9906cfa5626bff6182635ac0b6c65d52abfb9011fb486430055b3484855a7529c0b4fe7d3c2bba8646318a8cb01a37e2ac0b63def11abae26bef6882c SHA512 970eb7e730f147bbe24fbe377f6b9a1557f56d536ce462aef5ccba23059295c4c8d88bb384a7b7ec3f401a512e04134ebe19efa03473a90841d7c6246e2eb244 diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild b/dev-python/apsw/apsw-3.23.1_p1.ebuild deleted file mode 100644 index 81ea4e3a0d62..000000000000 --- a/dev-python/apsw/apsw-3.23.1_p1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 flag-o-matic - -MY_PV=${PV/_p/-r} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="https://github.com/rogerbinns/apsw/" -SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip -> ${P}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" ) - -python_compile() { - python_is_python3 || append-cflags -fno-strict-aliasing - distutils-r1_python_compile --enable=load_extension -} - -python_test() { - "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" - "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild b/dev-python/apsw/apsw-3.25.2_p1.ebuild index 7246ac0d4521..1cf991929222 100644 --- a/dev-python/apsw/apsw-3.25.2_p1.ebuild +++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 flag-o-matic -- cgit v1.2.3