crimereports-1.0.1 added
This commit is contained in:
parent
694f2d8eac
commit
a852459a5f
@ -45,6 +45,7 @@
|
||||
* bump requests-cache-0.4.13 & requests-cache-0.5.0 from main repo
|
||||
* add coinmarketcap-5.0.3
|
||||
* add pycoolmasternet-0.0.4 & pycoolmasternet-0.2.4
|
||||
* crimereports-1.0.1 added
|
||||
|
||||
2019-11-21 homeassistant-0.102.0
|
||||
* bump homeassistant-0.102.0
|
||||
|
||||
3
dev-python/crimereports/Manifest
Normal file
3
dev-python/crimereports/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST crimereports-1.0.1.tar.gz 3339 BLAKE2B 411b10c2c2cb4a1df590df01a6693ed2682621b2cdbc06408b135b4b728dc94c0d1b0d1cbe057980ba0545d00fe4812cb49ad3bf57cbd3bec3b1a5b6cce0b58d SHA512 b0d4a61abc3ad09d4c0ed47051669fb8b8d9a165b0c90f46e0fea58ec47a432a9208bae04d704f7fa97ebcb54ce66a27c04b48cf4fb413e30fdb4fb829d71341
|
||||
EBUILD crimereports-1.0.1.ebuild 738 BLAKE2B d6a2010a9958e7048d376e9b2af0c0aae743237fb4ddf4020185050936fad235533e937c44cd3d04bf8768ab3294b0573d3a0f1f6109a63a3258a4c1a7953c8b SHA512 e2d570e0556732313031f5a0c90550223e26f07919f3717f56141ae54e3dd092e01b97f55b30e04078a5abdd1a1ee538fe4f3d6f2234e822eca3dde46f32578a
|
||||
MISC metadata.xml 468 BLAKE2B 6c19db7baa6eea97a5745bba2affcf7ed2e8cd08e4259b8963c7c328bf54f77885839b843a332eaff6bf65a26c64efa654537219d55ee7433f9d50aee8e6e62d SHA512 42c9d0f04dfee90f9c74c138b32dea820ae5f78934eb2dcbe7f97e4d81c4d5dad272fe07e1c7a9dc2b064df8c468860ede62d8f17c9243d5c2eaafb9beb009b5
|
||||
30
dev-python/crimereports/crimereports-1.0.1.ebuild
Normal file
30
dev-python/crimereports/crimereports-1.0.1.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="Provides basic API to crimereports.com."
|
||||
HOMEPAGE="https://github.com/happyleavesaoc/python-crimereports/ https://pypi.org/project/crimereports/"
|
||||
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.20.0[${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
|
||||
}
|
||||
16
dev-python/crimereports/metadata.xml
Normal file
16
dev-python/crimereports/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">crimereports</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>happyleaves.tfr@gmail.com</email>
|
||||
<name>happyleaves</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user