add aurorapy-0.2.6
This commit is contained in:
parent
aa55476c75
commit
5db0210a4a
3
dev-python/aurorapy/Manifest
Normal file
3
dev-python/aurorapy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aurorapy-0.2.6.tar.gz 10157 BLAKE2B 5f0bd51b86e894d2d4d0ac2e64d897837852264678f49dcd35473a834625de20627b9a73f22a5e8b987527ccedef10bc6cae3f95d14a1747d7b3c21985a5d774 SHA512 d316d3a7add0d004a80063f8a5f1295b6186eb0ea44172276bf1642e289ae71401f64e452e207a4e2addc94d5271054f4d0302cd14614f16cfdb56b3538f622d
|
||||
EBUILD aurorapy-0.2.6.ebuild 719 BLAKE2B 6b1dd6af5136f25b5969f867653e98b17e78cd8e40ed38322fb96e63c04fa0de1abf24dc92f05190f1a586ee5150ab693917dde3b06e6caccfe60dd5ed19f7f5 SHA512 00d4817933d79ae7e22939537af6c8e4f29de7b3d9a910ce858e610daeb9f547582671198d63ca1f18c419e82f6612f56b1c6f139e17b785bfebaec798d5b489
|
||||
MISC metadata.xml 475 BLAKE2B cefcd7006f9773f1d547d7baf6e629a4fbf2b873fed0d19208c608a4080141c624c492e316fbef216bf12c70e962c2630a0785c00003e0dc7046accabc76371b SHA512 0dab71e5ab2d4955d2661b15ebc2239f82affbc5783ea2aad4402174f9086cff543f9bbbad9eb1d4887bde309d4ec112a846c6eb7025adf0146ea6fe8d606e54
|
30
dev-python/aurorapy/aurorapy-0.2.6.ebuild
Normal file
30
dev-python/aurorapy/aurorapy-0.2.6.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="Python implementation of Aurora Protocol"
|
||||
HOMEPAGE="https://gitlab.com/energievalsabbia/aurorapy https://pypi.org/project/aurorapy/"
|
||||
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
|
||||
}
|
16
dev-python/aurorapy/metadata.xml
Normal file
16
dev-python/aurorapy/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">aurorapy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>ccatterina@energievalsabbia.it</email>
|
||||
<name>Claudio Catterina</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user