diff --git a/dev-python/directpy/Manifest b/dev-python/directpy/Manifest new file mode 100644 index 000000000..883ee53cc --- /dev/null +++ b/dev-python/directpy/Manifest @@ -0,0 +1,3 @@ +DIST directpy-0.6.tar.gz 2481 BLAKE2B 5c927fb5804fcb6f1802558d2fe99bfa7602df299eb0d3a20c94d2239ddc0bfafeff070573953974e12ca592608bb09b3ac56ef28e5e56ad317b48a477ae7059 SHA512 3d202f6be13caaa3ac06a896c408f4a92db321e5f5c383ba80d0ea0c0cb5f9e71375a3ed8330d62309879bc1fc01bbed9d1c0723781b9dc6b73b2c730403aa94 +EBUILD directpy-0.6.ebuild 725 BLAKE2B 302733627e9e1eaa7e887a67624b145f04d6af6798a0d41b332d8082631581000d1223b293f3b6cbad8ea8dd432e10723dbfc44dd6b9f717d70726a15c9fb631 SHA512 5b639d003e6fa242c29c8ae7b4ebc64269efa0d2c482c0ffddf50cda21a7cdddf76a897978b3da1987a13a667b2363b4c94dd8c0829519464cd2333f919ea997 +MISC metadata.xml 334 BLAKE2B a202d1cee76d74b0d07a862ed39c8a41ccedf23fa5798076360a5c7cca4b90031e54fcf01aacbab37307679142ef93684ea00cfbe5173032191fc6fb9f7558db SHA512 a90c83902ab183b4b82a36656f6143779a0c3e2c7a8c142b7aaa46097e52726af87abfeebdf6f02c11e086af8e2d040b2c91feea601908f6509825a35d26d564 diff --git a/dev-python/directpy/directpy-0.6.ebuild b/dev-python/directpy/directpy-0.6.ebuild new file mode 100644 index 000000000..377bad21a --- /dev/null +++ b/dev-python/directpy/directpy-0.6.ebuild @@ -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="A python library for interacting with DirecTV receivers" +HOMEPAGE="http://github.com/sentry07/DirectPy https://pypi.org/project/directpy/" +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 +} diff --git a/dev-python/directpy/metadata.xml b/dev-python/directpy/metadata.xml new file mode 100644 index 000000000..d5f9b0fd2 --- /dev/null +++ b/dev-python/directpy/metadata.xml @@ -0,0 +1,12 @@ + + + + + b@edevau.net + Andreas Billmeier + + python + + directpy + +