add sqlitedict-1.6.0
This commit is contained in:
parent
4b20f2ae24
commit
ae30118d71
@ -3,6 +3,7 @@
|
||||
* Release homeassistant-0.105.1
|
||||
* bump aiopylgtv-0.3.3
|
||||
* add aio-georss-gdacs-0.3
|
||||
* add sqlitedict-1.6.0
|
||||
|
||||
2020-02-05
|
||||
* remove bad email from dev-python/gntp
|
||||
|
||||
3
dev-python/sqlitedict/Manifest
Normal file
3
dev-python/sqlitedict/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST sqlitedict-1.6.0.tar.gz 29220 BLAKE2B f5342a6221841b7c7c3bded34eec86f0d77794ab3c15d36a2e11482bd1a9b846cc67f101684ac7a3ee98993e7153c9203e6437edad81d4c5247abca05cd92056 SHA512 c7a79ba883f17294220684598663c4597bfe67ccf01aeccfe567474f49c7c3201d8e3cc9fde478460d8cd591b439d8b95823edb0d0fdc6747a924dc91011b72d
|
||||
EBUILD sqlitedict-1.6.0.ebuild 703 BLAKE2B 54c6b5122e201b82ff9ad97e4181a1b97658be5dab31f325f2b66ba4bc4a12e63433f2b9f2653ec88fbfdd9e80f316d324347d54880b0a8f59b477fe948a400a SHA512 a7eb71294abfbcbf19f4be959b75b3dc4aad7f80a22c3118cae3e90c7f06912dd88154451e77cd11fcf006713a8aa7cf343e0e3b9f74db1594d28abc065e4530
|
||||
MISC metadata.xml 455 BLAKE2B acaf95f775b53389c5e9ea529a89fe3be4fed2340f27e66e6c3d9f336914a175e8cd76e9d8cba698ada834b7d2d0b05d763685f280740bf0701ad3a039f6f1c4 SHA512 b3027c435fec44cc5ccd0af75fc41f52e95f181c4e31caf3593e7941980a7c307c43a2a5cf4518bec371513fdcea26ada2aeef3df1a4604a47a757601b5306fe
|
||||
15
dev-python/sqlitedict/metadata.xml
Normal file
15
dev-python/sqlitedict/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">sqlitedict</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@radimrehurek.com</email>
|
||||
<name>Radim Rehurek</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/sqlitedict/sqlitedict-1.6.0.ebuild
Normal file
30
dev-python/sqlitedict/sqlitedict-1.6.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe."
|
||||
HOMEPAGE="https://github.com/piskvorky/sqlitedict https://pypi.org/project/sqlitedict/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user