openwrt-luci-rpc-1.0.5 added
This commit is contained in:
parent
defafd3c1d
commit
93afbfb4fa
3
dev-python/openwrt-luci-rpc/Manifest
Normal file
3
dev-python/openwrt-luci-rpc/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST openwrt-luci-rpc-1.0.5.tar.gz 12468 BLAKE2B ab7f73adb7d8111c6fe11bc04548f0ca09b78e1a1980980f82860f498eb53bafc40dd2ebc53ff4b9a94f8942f73249bed117ad41272e516b557c1374264c5934 SHA512 6726267b60ad01eea3eb404283edd216e76429e720764ff926ae2c9b5a0bb294a611b0ff5d48c506d92c404283ff1d7b1f25e5c03795884d50a92f71af85d7a6
|
||||
EBUILD openwrt-luci-rpc-1.0.5.ebuild 731 BLAKE2B 2a801a520ef0c923bcc986d2b2a98992b544633c97dce594afbc0e4105b0daa6e5bcd35875234d766a46443279e9a7b4f7e07f4a29a23666cd7fbe2b28057899 SHA512 4678115aad24e531b2b4a407a20ab971c229daf163d7ded58ae0ae6233b9d3faccce1a29f4306b9140c0133bcb2c72b32d55c8572c5a8d3f8dd62d4a14fb50a4
|
||||
MISC metadata.xml 370 BLAKE2B 9f7c4d2fbd5b9c4a32c2030665fb657c7dcd62733927c882a7db1c4836904535d26304a668f057e19800a78f8a370be123d51c705a1a2b2a0677a6b4d0c4d91b SHA512 95a251984a266446c501596937f26f17f0f85de3bac2b8dbd9115b2a3dab0e6df9a94cd4d279dcaf6bc26c95f60c0d124ef99c4711e1d3bcb0621b89d8402f20
|
12
dev-python/openwrt-luci-rpc/metadata.xml
Normal file
12
dev-python/openwrt-luci-rpc/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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">openwrt-luci-rpc</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>fbradyirl@github.io</email>
|
||||
<name>Finbarr Brady</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/openwrt-luci-rpc/openwrt-luci-rpc-1.0.5.ebuild
Normal file
30
dev-python/openwrt-luci-rpc/openwrt-luci-rpc-1.0.5.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Module for interacting with OpenWrt Luci RPC interface"
|
||||
HOMEPAGE="https://github.com/fbradyirl/openwrt-luci-rpc https://pypi.org/project/openwrt-luci-rpc/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache Software License 2.0"
|
||||
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