[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlite3dbm/, profiles/

2020-02-21 Thread Michał Górny
commit: 8ca967d95c41e6bf4835397205a1351d0de6d2e6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 21 19:22:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 21 19:28:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca967d9

dev-python/sqlite3dbm: Remove last-rited package

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

 dev-python/sqlite3dbm/Manifest   |  1 -
 dev-python/sqlite3dbm/metadata.xml   | 11 ---
 dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild | 41 
 profiles/package.mask|  1 -
 4 files changed, 54 deletions(-)

diff --git a/dev-python/sqlite3dbm/Manifest b/dev-python/sqlite3dbm/Manifest
deleted file mode 100644
index 705fb3a8cba..000
--- a/dev-python/sqlite3dbm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sqlite3dbm-0.1.4-git.tar.gz 18962 BLAKE2B 
464c6b7f295969e507249e8a20527a44b25e77868e6a59c7387e7a1eefc77c0fcc521cc6f425b1dfc27afbd9f73f31f375228ba6e2201276da0175c7f78ff556
 SHA512 
1b420839482cf5881b744855393afa9eaa1cd0ea2195d03c6576f97804851dcfa5b5fe6a80d9d77eb00b9ee49ebb7cdb7ba7b86f57e4c700178a0bf46d598bab

diff --git a/dev-python/sqlite3dbm/metadata.xml 
b/dev-python/sqlite3dbm/metadata.xml
deleted file mode 100644
index 26e28052817..000
--- a/dev-python/sqlite3dbm/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-Yelp/sqlite3dbm
-  
-

diff --git a/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild 
b/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild
deleted file mode 100644
index 3de881942ef..000
--- a/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-# TODO: strip the -git at some version bump, introduced to avoid clash with
-# earlier tarball
-DESCRIPTION="An sqlite-backed dictionary"
-HOMEPAGE="https://github.com/Yelp/sqlite3dbm 
https://pypi.org/project/sqlite3dbm/;
-SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx )
-   test? ( dev-python/testify[${PYTHON_USEDEP}] )"
-
-DOCS=(AUTHORS.txt CHANGES.txt README.md)
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}
-
-src_test() {
-   testify tests || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c7f6545aeaa..f36c53f63cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -633,7 +633,6 @@ net-im/silc-toolkit
 # The following Gentoo packages are Python 2-only and have no reverse
 # dependencies.
 # Removal in 30 days.  Bug #705762.
-dev-python/sqlite3dbm
 dev-python/sqlobject
 dev-python/steadymark
 dev-python/storm



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlite3dbm/

2016-05-29 Thread Pacho Ramos
commit: 287000cbb7fa0f99fae9189b6bc798d84796bbde
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:12:35 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:17:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287000cb

dev-python/sqlite3dbm: Drop old

Package-Manager: portage-2.3.0_rc1

 dev-python/sqlite3dbm/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/sqlite3dbm/metadata.xml 
b/dev-python/sqlite3dbm/metadata.xml
index f6b1d55..26e2805 100644
--- a/dev-python/sqlite3dbm/metadata.xml
+++ b/dev-python/sqlite3dbm/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-idel...@gentoo.org
-Ian Delaney
-  
   
 pyt...@gentoo.org
 Python