add ebusdpy-0.0.16
This commit is contained in:
parent
f6203b2001
commit
50d54cda7f
3
dev-python/ebusdpy/Manifest
Normal file
3
dev-python/ebusdpy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST ebusdpy-0.0.16.tar.gz 2024 BLAKE2B c2c6fac38933f746ba467b8e90189678eb477a55cfd6339163b12a6554a300be947cae0aad96cc0574c03bd2e9fa08d3b743d4a637f7450f8714a8fc06ed72df SHA512 7124c8e6ab10f3136abc3bddfa5889d2b4056ecc2ded270c875839d8842827f1994b3849f24f50ff0f29e5f7da1c62a9dee6f468bd84bd4e75c087a7e99be472
|
||||
EBUILD ebusdpy-0.0.16.ebuild 669 BLAKE2B 00a61a55dff7a915587020d37577bb1cdf72e789fc365eb0e03acb27fd60927e73ec7a89ac770247b027140235bfe29430d879d859262b0752752a62b57361a5 SHA512 55d508dd306242a4e94272d1e42ccdd74ac16ab355b063ac1f310e88cb5ca7d7c24cec8e405d2f27816776f2c371ed5e2f3dfe8500fc4e7cd21ed71644d1581c
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
31
dev-python/ebusdpy/ebusdpy-0.0.16.ebuild
Normal file
31
dev-python/ebusdpy/ebusdpy-0.0.16.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="eBusd python integration library"
|
||||
HOMEPAGE="https://github.com/CrazYoshi/ebusdpy https://pypi.org/project/ebusdpy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
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
|
||||
}
|
||||
8
dev-python/ebusdpy/metadata.xml
Normal file
8
dev-python/ebusdpy/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user