add unifiled
This commit is contained in:
7
dev-python/unifiled/Manifest
Normal file
7
dev-python/unifiled/Manifest
Normal file
@@ -0,0 +1,7 @@
|
||||
DIST unifiled-0.10.tar.gz 2316 BLAKE2B 3e02ff41741bd8d58af9c51c5b378339a5e1c6ee315a02c25533a5a18bb372ee8be3ab837dc8c428d4eaa1174dfb173a8368bf044f6482bbfaaf67b65b94c7df SHA512 64bca0f13e1e54a7954ea396518ef3a7a8320ac702797fe4e0fbdd97102563e9db81823e1a2ca4a7b23129c5409df2d8116dd337cf578107b063e2660ba4d5af
|
||||
DIST unifiled-0.11.tar.gz 2217 BLAKE2B bacece436e2fca39b26ff680986e75af4b532903bbf0732047817156752a29e360d0f5d4689e0f53d91bafc23352a37d6fb6b5006f77a8f7002ee576b221906f SHA512 edc3989060a0d5b0d7f7f1be343b5295e35eb48b0f5a83700bd0832edcd9098ed29ff2d9d36b305c61d4ba4e52ed63e9b0da8f720b0ded039edacdc06125083e
|
||||
DIST unifiled-0.12.tar.gz 2282 BLAKE2B 5d6b961a0f716c14bb8db36158450f33d3b8b1d55e34a5d4547910423a5ec51ef8895ba7cbc1a80bcb4131877cde1547c2541c5da5d5e91ad04ae36c7b1f12fa SHA512 4a2c2d2bef022d7174682353e03fdf22f66ab9d16b5d455d94237f0c1e09c0a6979d0bf57a94f210c3aa7252f5552448abe06e76d214b42d103c0ebff2ea6fb9
|
||||
EBUILD unifiled-0.10.ebuild 716 BLAKE2B ffe232317c2938e889cf22e7a032fa5ac400f5978f548a87e048476227d7069cab42848d6cd16f4a96b59d472af64ea2056af1f99e88736b8af80df937dca6a6 SHA512 d1d7b2e48bb275052940cefcc1bb9183867f23e8b4bf0b6b6e67137b1e0cf2556ae7b742c4f7f122eaa489d2a2e5b97bdbc1106fa75a1eb1d4a705ad607a11d2
|
||||
EBUILD unifiled-0.11.ebuild 716 BLAKE2B ffe232317c2938e889cf22e7a032fa5ac400f5978f548a87e048476227d7069cab42848d6cd16f4a96b59d472af64ea2056af1f99e88736b8af80df937dca6a6 SHA512 d1d7b2e48bb275052940cefcc1bb9183867f23e8b4bf0b6b6e67137b1e0cf2556ae7b742c4f7f122eaa489d2a2e5b97bdbc1106fa75a1eb1d4a705ad607a11d2
|
||||
EBUILD unifiled-0.12.ebuild 716 BLAKE2B ffe232317c2938e889cf22e7a032fa5ac400f5978f548a87e048476227d7069cab42848d6cd16f4a96b59d472af64ea2056af1f99e88736b8af80df937dca6a6 SHA512 d1d7b2e48bb275052940cefcc1bb9183867f23e8b4bf0b6b6e67137b1e0cf2556ae7b742c4f7f122eaa489d2a2e5b97bdbc1106fa75a1eb1d4a705ad607a11d2
|
||||
MISC metadata.xml 467 BLAKE2B e8d0a67aeae4fc4eb9f8b4ea94cb249d7fd70239235e53f82f257c01ea156aea7f23f9c0f08b1363565c36532fed072bbe61e47fa5f14c3f90a98c5b5cdf0797 SHA512 1f72b55a3476f22f959de41e44b18d5e2456e525a1787a31878d4ac857a16ef73198ad348d2019ad3325fcb4c84a13a02b67740414aef1678eef1dcfed30f967
|
||||
16
dev-python/unifiled/metadata.xml
Normal file
16
dev-python/unifiled/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">unifiled</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>git@florisvdk.net</email>
|
||||
<name>Floris Van der krieken</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/unifiled/unifiled-0.10.ebuild
Normal file
30
dev-python/unifiled/unifiled-0.10.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="Easily connect to Ubiquiti Unifi led devices"
|
||||
HOMEPAGE="https://github.com/florisvdk/unifiled https://pypi.org/project/unifiled/"
|
||||
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/unifiled/unifiled-0.11.ebuild
Normal file
30
dev-python/unifiled/unifiled-0.11.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="Easily connect to Ubiquiti Unifi led devices"
|
||||
HOMEPAGE="https://github.com/florisvdk/unifiled https://pypi.org/project/unifiled/"
|
||||
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/unifiled/unifiled-0.12.ebuild
Normal file
30
dev-python/unifiled/unifiled-0.12.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="Easily connect to Ubiquiti Unifi led devices"
|
||||
HOMEPAGE="https://github.com/florisvdk/unifiled https://pypi.org/project/unifiled/"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user