diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/py2pack | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/py2pack')
| -rw-r--r-- | dev-python/py2pack/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/py2pack/py2pack-0.8.4.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/py2pack/Manifest b/dev-python/py2pack/Manifest new file mode 100644 index 000000000000..f9eca398e8c6 --- /dev/null +++ b/dev-python/py2pack/Manifest @@ -0,0 +1 @@ +DIST py2pack-0.8.4.tar.gz 36273 BLAKE2B 5d354a638d0cef94765711dc86bd97aef80d604ca2aa1c89cb98e12a593015a33c2ea0c4fba7c1ae1df9aeaa57de12067380035e009c2b5aa33bfe982b63b9e6 SHA512 c456815cb2e79b4cefd2eba55565a4a091cde2589542b859b4f10464178e8e8d6e6b103e8a340e476cf77b371dccbb59240e8fb7d2eff68c58763436d0a8fba1 diff --git a/dev-python/py2pack/py2pack-0.8.4.ebuild b/dev-python/py2pack/py2pack-0.8.4.ebuild new file mode 100644 index 000000000000..10159afffb8e --- /dev/null +++ b/dev-python/py2pack/py2pack-0.8.4.ebuild @@ -0,0 +1,26 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Generate distribution packages from PyPI" +HOMEPAGE="http://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/py2pack/py2pack-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="*" +IUSE="" + +RDEPEND="" + +DEPEND="${RDEPEND} + dev-python/jinja + dev-python/six + dev-python/metaextract + dev-python/pbr + dev-python/setuptools[${PYTHON_USEDEP}] + " |
