diff --git a/dev-python/lazr-delegates/Manifest b/dev-python/lazr-delegates/Manifest new file mode 100644 index 0000000000000..a29fe778fd1fa --- /dev/null +++ b/dev-python/lazr-delegates/Manifest @@ -0,0 +1 @@ +DIST lazr-delegates-2.0.4.tar.gz 14168 BLAKE2B b9388a869e7f83e0bc30dc5a0cfb184a935db2b6272c2a9a93bb12d3db375114453a224703ef05b3f34232860a16fc087b7d398e94d164fbf77af61ba8abf102 SHA512 0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501 diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild new file mode 100644 index 0000000000000..91b3d11ee686a --- /dev/null +++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Easily write objects that delegate behavior" +HOMEPAGE="https://code.launchpad.net/lazr.deletages" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}]" diff --git a/dev-python/lazr-delegates/metadata.xml b/dev-python/lazr-delegates/metadata.xml new file mode 100644 index 0000000000000..368888ee2914e --- /dev/null +++ b/dev-python/lazr-delegates/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + Easily write objects that delegate behavior + +