add rjpl-0.3.5
This commit is contained in:
parent
f3f91d2480
commit
89421d27eb
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add rjpl-0.3.5
|
||||
* fix pylaunches/Manifest
|
||||
* add pyrecswitch-1.0.2
|
||||
* add recollect-waste-1.0.1
|
||||
|
||||
3
dev-python/rjpl/Manifest
Normal file
3
dev-python/rjpl/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST rjpl-0.3.5.tar.gz 5502 BLAKE2B 318359ef3bee458005898038039e0aa5d09a9e51d4aff6712292183116d779df184d11314cc44c636fa4d2eae174aecfdd324086736ec80ae389206838dd64aa SHA512 8915106b394595d41a40c5eff5a96f31cebbe32ed45ae4c40167a6cf399487189feed419776c5606039ea269c40f1cef0f44f818296f50751fa441a6cc4600e2
|
||||
EBUILD rjpl-0.3.5.ebuild 715 BLAKE2B 85418c4fd6a679fc0ac1adf09ce4a437de0bb4f9c6203eaa8bad26f8d851e93278599105618d6c8e1440fb18ccaf6237005af2f085ac209e26069e5ba8a9a4b5 SHA512 253a725fb4bf01d648234adbabec103769d9b9d79e198bc36e1e8e7ebca16d6e4a548d126bb02ea1db92ce2f47787eb0f2d1e24d7b678e495646841bdcc3d0ca
|
||||
MISC metadata.xml 465 BLAKE2B 64d1901fc401416f242176f967b1d767e4d03ee26d67c34756e64ee6db0af7c59e47a060578ea5e760f68efd2aaf5b392c4f8a19eb0096f66bc03cecbbf22ddf SHA512 1e5eaf3983d5b172874f81f8bf9e26d61a1088e08a6b926e810746f2492a92e6f0d52d741c2fa2f9feef4a7718e565794bfc09daa3aa263b3a5ecee92609e2cf
|
||||
16
dev-python/rjpl/metadata.xml
Normal file
16
dev-python/rjpl/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">rjpl</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tomatpasser@gmail.com</email>
|
||||
<name>Thomas Passer Jensen</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/rjpl/rjpl-0.3.5.ebuild
Normal file
30
dev-python/rjpl/rjpl-0.3.5.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Interface with Rejseplanen API"
|
||||
HOMEPAGE="https://github.com/tomatpasser/python-rejseplanen https://pypi.org/project/rjpl/"
|
||||
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=">=dev-python/requests-2.9.1[${PYTHON_USEDEP}]"
|
||||
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