add stringcase-1.2.0
This commit is contained in:
3
dev-python/stringcase/Manifest
Normal file
3
dev-python/stringcase/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST stringcase-1.2.0.tar.gz 2958 BLAKE2B a649604d079ae0ff00032b7c5efb9941b511ad32937de7f75b5946539641c3ece7d3bec61806f9457e716514bb272c92723bedd107412936c9376273df273240 SHA512 c987f9aa42d22bcfaa6559791bf9292e4300af00d2cf2165838cacd6203b913da197852d49285c30188ca529fd529513cce73a1984f5555cfb81e704977786d3
|
||||
EBUILD stringcase-1.2.0.ebuild 709 BLAKE2B c0f5472c2f38d3542fb2216493dd507b1d78eb7ab4097ad3eca7825c52fe99c2fe38e503a48392e04e5341d5d2b71fea2dfb82d96f8b73edf06ea91657f8052f SHA512 df4e5d226ee8f924a1e486c010455fec73664ea9e6b449270479a4ec14a1d86d9a451563df89832f1abe24cd49eb437d06968deaab57c28e6bbf4b3f3a9f7386
|
||||
MISC metadata.xml 469 BLAKE2B ad3b63941657b7c5c95d7073d1f5bc456854a650e420483eb57d71e311203393be8c00932e8255a6ac0f2a950c5f7be026abf5af240704728116927833898c17 SHA512 097d7c992d1935cef0e8c48a226f496c2daa873171a9891b3d1cbe9bb174b66529c779f75d0c4dd9e1fe63ea0d55909beaeb3f44caf449040764100ed195218c
|
||||
16
dev-python/stringcase/metadata.xml
Normal file
16
dev-python/stringcase/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">stringcase</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>okunishitaka.com@gmail.com</email>
|
||||
<name>Taka Okunishi</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/stringcase/stringcase-1.2.0.ebuild
Normal file
30
dev-python/stringcase/stringcase-1.2.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="String case converter."
|
||||
HOMEPAGE="https://github.com/okunishinishi/python-stringcase https://pypi.org/project/stringcase/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user