add pyiss, Space Station Locator
This commit is contained in:
parent
11bed66487
commit
065e2c5804
3
dev-python/pyiss/Manifest
Normal file
3
dev-python/pyiss/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyiss-1.0.1.tar.gz 2400 BLAKE2B 59c4c6f054dad9b0b564a05b7bbab8cd1db918a81598a522e42982c78c0791cbe9eeb956a820447b50c785fbbb9a1e3c481a7d1880d532be6e172577c961d3f8 SHA512 f455c0bfeed6ebcca1596f195676256283da55f317e6fe87b79a93ad919814794958aba064d08e23d7d1376de4711684dd0ce16dae8f469de9e511258d1c1896
|
||||
EBUILD pyiss-1.0.1.ebuild 760 BLAKE2B c6042e5ef261d15afbbadb183ba4aabebe9ac3346081b7ed3d3be53d1fca26a0e292c047e09357b1b46b186df1080e41139fc0e0685b8dd040d770519b169b41 SHA512 957216173b977ad6c90a22a3ebc9826b51638b18c9416d8384badc857eee1e5102c970a86415b14a9fd1a54b584d4aebd84511ab0802cbd63349f1b0e72be54c
|
||||
MISC metadata.xml 453 BLAKE2B 80304d8ba6989c17437e5d8db2fdc3be80061b95b7a67e5d48b62ecd0389feb5bb4912ac6cd64ca78dbf343abe753b1a6bac82d86beb7b3bceaf7fbd6665a2ff SHA512 521b31299f46eddda18eb868999b7da39c04ea569867cded312d2cd3281f766d41a42f9ca5c796d650f020904bba669216de26be7be0a03aa1b1ffd4ebf377d1
|
||||
16
dev-python/pyiss/metadata.xml
Normal file
16
dev-python/pyiss/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">pyiss</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hydreliox@gmail.com</email>
|
||||
<name>Hydreliox</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyiss/pyiss-1.0.1.ebuild
Normal file
30
dev-python/pyiss/pyiss-1.0.1.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="A simple python3 library for info about the current International Space Station location"
|
||||
HOMEPAGE="https://github.com/HydrelioxGitHub/pyiss https://pypi.org/project/pyiss/"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user