add pysmarty
This commit is contained in:
parent
9733a790e5
commit
d38087119a
3
dev-python/pysmarty/Manifest
Normal file
3
dev-python/pysmarty/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pysmarty-0.8.tar.gz 8300 BLAKE2B 7edde539facc6a61761583851f76ea85cdda0bfc555af81780729fa6a8d86f676197ae4e7c99fed08662419a9f6b4eb8bacafce4ff598707e9f75a30ae4faefb SHA512 2de0b3a5a0fae5008962f6f9a61770c44c153c590f5da119023ef899516c732b551a3616a5c718fc0cf04e5bb55a3b44b75ece86e5a3c0e2653a6bd82b570d32
|
||||
EBUILD pysmarty-0.8.ebuild 711 BLAKE2B 09b6fd17eb003670c4f9cd7abbc040c250571a156c643973dcf8d44bbaf914a717570733f8d22bb47de47579736096128a446408b0dad252b6eadd3e6b4f171d SHA512 13a677171919069bd99453d4176b978594c8c4aa32480e42be349169148446102015a8691807f38e2572e58c3a1cd2176e19557f60192dd831cc09a79650a2b6
|
||||
MISC metadata.xml 462 BLAKE2B cc28a07a93ca702a9d78a786b3285866a0f1de1064ae4fa8985d1ab401ddb837b3622ef41360394df6a6b121af87ecd2a63ec84200d057fc25b5968cf4c88595 SHA512 9f113463f4dfb7c2c4d6996d1840b2d08a0556c3e8d0fb17cd607995b016bdab77f0cd8d6e58a24895667de10f66b44f647a60335cc97307052179b1e43ea6c1
|
||||
16
dev-python/pysmarty/metadata.xml
Normal file
16
dev-python/pysmarty/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">pysmarty</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>theo.nicolau@gmail.com</email>
|
||||
<name>Theo Nicolau</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pysmarty/pysmarty-0.8.ebuild
Normal file
30
dev-python/pysmarty/pysmarty-0.8.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 API for Salda Smarty Modbus TCP"
|
||||
HOMEPAGE="https://github.com/z0mbieprocess/pysmarty https://pypi.org/project/pysmarty/"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user