summaryrefslogtreecommitdiff
path: root/dev-python/sqlitedict
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 16:38:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 16:38:00 +0000
commit43e1dc69f85f5ed897e5e803d319da4b3186e2fc (patch)
tree76bedb4890508331bdb9ef9f2146d2fd8f93a2e0 /dev-python/sqlitedict
parent49b9bf798f21c06f949955bd95d2a5b9eed9f93d (diff)
downloadbaldeagleos-repo-43e1dc69f85f5ed897e5e803d319da4b3186e2fc.tar.gz
baldeagleos-repo-43e1dc69f85f5ed897e5e803d319da4b3186e2fc.tar.xz
baldeagleos-repo-43e1dc69f85f5ed897e5e803d319da4b3186e2fc.zip
Adding metadata
Diffstat (limited to 'dev-python/sqlitedict')
-rw-r--r--dev-python/sqlitedict/sqlitedict-2.1.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
index 3c0b485ea4cc..9b6a54a2a669 100644
--- a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
+++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
@@ -7,14 +7,13 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
PYTHON_REQ_USE="sqlite"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Persistent dict in Python, backed by SQLite and pickle"
HOMEPAGE="
https://github.com/RaRe-Technologies/sqlitedict/
https://pypi.org/project/sqlitedict/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"