commit:     ab23b0d7b46b7acc00a77e0a350c7b409162e809
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 18:23:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 18:23:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab23b0d7

dev-python/apsw: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/apsw/Manifest             |  6 -----
 dev-python/apsw/apsw-3.42.0.1.ebuild | 51 ------------------------------------
 dev-python/apsw/apsw-3.43.0.0.ebuild | 51 ------------------------------------
 dev-python/apsw/apsw-3.43.1.0.ebuild | 51 ------------------------------------
 dev-python/apsw/apsw-3.43.1.1.ebuild | 51 ------------------------------------
 dev-python/apsw/apsw-3.43.2.0.ebuild | 51 ------------------------------------
 dev-python/apsw/apsw-3.44.0.0.ebuild | 51 ------------------------------------
 7 files changed, 312 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 53c0e681b42f..d1ca91d84d38 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,7 +1 @@
-DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
-DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755
-DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67
-DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112
-DIST apsw-3.43.2.0.gh.tar.gz 908230 BLAKE2B 
e583cbb5c636b9d38762668d8cc664c7342e50a4330d3714a93679043e322ea03cf7c9bf09396ea5025e74ab66747fc509790e4f17fd722a654d6f8d1774949d
 SHA512 
760ebef288bec4e08a06fc8e1e720e9c51ada19196efb7491988c7cab31dc54f9082c5cc668acf04d28818dbcd41a8a45df66c1fd78d2716862ec9a2faa022ed
-DIST apsw-3.44.0.0.gh.tar.gz 899926 BLAKE2B 
ce162d757fbf5510355419dd279ea33235e8cdbd7a8b03f0288f730b66cad9d6aa09c91a3fe97f930422a1b8158c9b22d9ae8d5ee03dec657319a3bf6f24a04f
 SHA512 
4cc4cacdbc03e522d149507bb875ae880bcd5b0130bb3babda7d873c52b3db362c8347ce6af412dc3a73b1fb8362d1c1fe9a51b2343b0c52ff1812582d91c564
 DIST apsw-3.44.2.0.gh.tar.gz 902852 BLAKE2B 
bdaf72ef063d3ddaf46bf403e688ffe5ee657de5a17ca3aba496058d8f244fdfd82b41899f3c944b6d7cdfe5bab0e7608bd26db926016df6af9fa5a950c12415
 SHA512 
76f8b92feb792c3003d251bcf61dab80bfb34147cfb8512ad6ff1dd1f07b4e7a5c97b98c4bfc7fee179efc7439ea28573552ae25d5bc33e633da0722866fd551

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
deleted file mode 100644
index f392487165d9..000000000000
--- a/dev-python/apsw/apsw-3.42.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -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.43.0.0.ebuild 
b/dev-python/apsw/apsw-3.43.0.0.ebuild
deleted file mode 100644
index 21c2e33d0999..000000000000
--- a/dev-python/apsw/apsw-3.43.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -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.43.1.0.ebuild 
b/dev-python/apsw/apsw-3.43.1.0.ebuild
deleted file mode 100644
index 21c2e33d0999..000000000000
--- a/dev-python/apsw/apsw-3.43.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -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.43.1.1.ebuild 
b/dev-python/apsw/apsw-3.43.1.1.ebuild
deleted file mode 100644
index 21c2e33d0999..000000000000
--- a/dev-python/apsw/apsw-3.43.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -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.43.2.0.ebuild 
b/dev-python/apsw/apsw-3.43.2.0.ebuild
deleted file mode 100644
index 21c2e33d0999..000000000000
--- a/dev-python/apsw/apsw-3.43.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -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.44.0.0.ebuild 
b/dev-python/apsw/apsw-3.44.0.0.ebuild
deleted file mode 100644
index 21c2e33d0999..000000000000
--- a/dev-python/apsw/apsw-3.44.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-       https://github.com/rogerbinns/apsw/
-       https://pypi.org/project/apsw/
-"
-SRC_URI="
-       https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-       >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       cat >> setup.cfg <<-EOF || die
-               [build_ext]
-               enable=load_extension
-               use_system_sqlite_config=True
-       EOF
-}
-
-python_test() {
-       esetup.py build_test_extension
-       cd "${T}" || die
-       "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/. )
-       distutils-r1_python_install_all
-}

Reply via email to