add concord232-0.15.tar
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST concord232-0.15.tar.gz 24558 BLAKE2B 14e7ad79501f564d56be2966942ac2b746f165b829ad6ef9701775a3a445d9a1309d4e0c7f885536388bf39a69b916464e2c5a907a4d258afe49ad042447c562 SHA512 ac2537b209bee39dc1900e2ceb240f85e192f1be44ff8d37ff02ed5d91292598e180685beec4b95ebf2fc15a6ac7e596c04c6c99aa372b5016bd12dee14f1aae
|
||||
EBUILD concord232-0.15.ebuild 922 BLAKE2B 4050a84ce74c5d563c5985a1bb37d943787ecd6c277160ed6b9b9b001479a424283581b7773b3841edb336269f81fba3f2331da75f879242c3094c742de94e2e SHA512 492b8f317e6b937a80fc466378b5691ea3e14290fc0616ff7cfdcd43b2cd51a6fd98144da67258be3a65aa42bf047a72467a337063f39a18196b2a4974b4c6cd
|
||||
MISC metadata.xml 464 BLAKE2B 2f3420c1e4ed1258c0b711bd0711cf816434e7901fe6aee7efc9d255c7a5218d2cdb7f23450dc32f524d4a496b4b3c3d91e1b192cc872606d4d07553666395b0 SHA512 6496cef4b634594783f5b9382c2b7829d74c5cf92787e82998a4cee74abd244437db3ad45502efc1f42e34e5edd1f510abc90a1f81f448e4f6ae84bc48893611
|
||||
@@ -0,0 +1,36 @@
|
||||
# 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="GE Concord 4 RS232 Serial Interface Library and Server"
|
||||
HOMEPAGE="http://github.com/JasonCarter80/concord232 https://pypi.org/project/concord232/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
RESTRICT="mirror"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/stevedore[${PYTHON_USEDEP}]
|
||||
dev-python/prettytable[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${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
|
||||
}
|
||||
@@ -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">concord232</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jason@jason-carter.net</email>
|
||||
<name>Jason Carter</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user