add pymyq-1.2.1
This commit is contained in:
parent
f2069733e1
commit
be843a865e
5
dev-python/pymyq/Manifest
Normal file
5
dev-python/pymyq/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST pymyq-1.2.0.tar.gz 8194 BLAKE2B be01567e68fa131bbbe3dd90210ab4119ddd44cb3f87f0a5c4fa45f330723e7d9d2ec0aec163dd881fa8ca4343060bfe7d3aee8dca43d0b85b3974eaf5eba770 SHA512 5316040c04916dab4867f4b5157c7508bbcc53f68f7cc17360e85873a36c035869c524367842bfe959d0cd987b191dfe3a57fa4bf0f075448a6d65562b059a85
|
||||
DIST pymyq-1.2.1.tar.gz 8317 BLAKE2B 2131fe4a37ba40b9dc032e9fe2cca7a9bf5b5fe1adaf32175ee19dd3411d43ff815be1d313453dbd8f905c653aef016e61027da5399a1de7d5669c46a15b9ec2 SHA512 b536ca00a200a9650ecae107b74e71c6f8f29e6de36ef9738ddcfe34284197a0c5468f9048ae2d760ad90f18aa02b2624e5dc842f471874d3a05c7b721dc4dea
|
||||
EBUILD pymyq-1.2.0.ebuild 720 BLAKE2B d1485a85e016c8d1cfde17f4650d1f0cc729553d7706cee7c74b97d2c70b71997fd00286cdedb7f2cb0b68db15bc9b1f002b2676e65d89e849241e3da95e8bcb SHA512 7b5323441cd71a27d177bac05cd404ca9c92e714c5c3c4d5b6e8eb2d5042292e21e95f86d3beaa4ebd116a0dbed6b713b3985222b61fd2981bdbaa19aa0eb6e5
|
||||
EBUILD pymyq-1.2.1.ebuild 720 BLAKE2B d1485a85e016c8d1cfde17f4650d1f0cc729553d7706cee7c74b97d2c70b71997fd00286cdedb7f2cb0b68db15bc9b1f002b2676e65d89e849241e3da95e8bcb SHA512 7b5323441cd71a27d177bac05cd404ca9c92e714c5c3c4d5b6e8eb2d5042292e21e95f86d3beaa4ebd116a0dbed6b713b3985222b61fd2981bdbaa19aa0eb6e5
|
||||
MISC metadata.xml 331 BLAKE2B 7d5befca08181f3c8ecc729ff6734cc92fa9c659b2e80cbc4f83d05756e3d03bb9d398692ebf3be61cc7ba4cf764d5475544140ae2ead6ea37bddf77136600f2 SHA512 b0fb6fbc3c2bc0fc8622066581d3d0cca1236d5af962772874593c29d74faef851cfd9dc583bebfd2245e78f5156838931a4c50c3f988d3cb818e2a3119bb2fc
|
12
dev-python/pymyq/metadata.xml
Normal file
12
dev-python/pymyq/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">pymyq</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pymyq/pymyq-1.2.0.ebuild
Normal file
30
dev-python/pymyq/pymyq-1.2.0.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 package for controlling MyQ-Enabled Garage Door"
|
||||
HOMEPAGE="https://github.com/arraylabs/pymyq https://pypi.org/project/pymyq/"
|
||||
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
|
||||
}
|
30
dev-python/pymyq/pymyq-1.2.1.ebuild
Normal file
30
dev-python/pymyq/pymyq-1.2.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="Python package for controlling MyQ-Enabled Garage Door"
|
||||
HOMEPAGE="https://github.com/arraylabs/pymyq https://pypi.org/project/pymyq/"
|
||||
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