diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-24 22:54:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-24 22:54:31 +0000 |
| commit | dc263d5854a010271165521246700f8fbb777435 (patch) | |
| tree | b930636e88378cb8a8db5e0e8917050759967c8d /dev-python/py2pack | |
| parent | c8b50d369e4929ffac25b0abeeb68b1d59f2b5d7 (diff) | |
| download | baldeagleos-repo-dc263d5854a010271165521246700f8fbb777435.tar.gz baldeagleos-repo-dc263d5854a010271165521246700f8fbb777435.tar.xz baldeagleos-repo-dc263d5854a010271165521246700f8fbb777435.zip | |
Adding metadata
Diffstat (limited to 'dev-python/py2pack')
| -rw-r--r-- | dev-python/py2pack/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/py2pack/metadata.xml | 7 | ||||
| -rw-r--r-- | dev-python/py2pack/py2pack-0.8.5.ebuild (renamed from dev-python/py2pack/py2pack-0.8.4.ebuild) | 7 | ||||
| -rw-r--r-- | dev-python/py2pack/py2pack-0.8.6.ebuild | 25 |
4 files changed, 35 insertions, 7 deletions
diff --git a/dev-python/py2pack/Manifest b/dev-python/py2pack/Manifest index f9eca398e8c6..3df7ed8a6811 100644 --- a/dev-python/py2pack/Manifest +++ b/dev-python/py2pack/Manifest @@ -1 +1,2 @@ -DIST py2pack-0.8.4.tar.gz 36273 BLAKE2B 5d354a638d0cef94765711dc86bd97aef80d604ca2aa1c89cb98e12a593015a33c2ea0c4fba7c1ae1df9aeaa57de12067380035e009c2b5aa33bfe982b63b9e6 SHA512 c456815cb2e79b4cefd2eba55565a4a091cde2589542b859b4f10464178e8e8d6e6b103e8a340e476cf77b371dccbb59240e8fb7d2eff68c58763436d0a8fba1 +DIST py2pack-0.8.5.tar.gz 41268 BLAKE2B 5d5d09274a858e1471b373e8a2c7161104d5020befb7eed8555d8beb2edbd400166ea3a6b5c126b452397ee90f1428eedf890e902cd339823df40d66e0ae12ec SHA512 2a959acd572ecfb9543ac5e43ab45781da0cfde4f6def3a6f5ea610a2f9b38ed8776d5cf72139fcfbadacc76e15293c2c893e3157330c9e25c4bca92dcda298d +DIST py2pack-0.8.6.tar.gz 42001 BLAKE2B 209a9372494af57476e2b99f7174af05e5fa47b651436898bc0cc8def8624ddca7454416d9a4a7bb3750c3f56f81339c946cf556200720d56910f84616f7da80 SHA512 e05501ea3a270892aaf21290f72afe1ae38b4e396fa276d7c9313b42f3c84317033df09b33a84e076099c9503113bf2df63056378a74e083b9dfbd3d6d76a340 diff --git a/dev-python/py2pack/metadata.xml b/dev-python/py2pack/metadata.xml index a2df676e20ae..419ce6387872 100644 --- a/dev-python/py2pack/metadata.xml +++ b/dev-python/py2pack/metadata.xml @@ -2,9 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>core@liguros.net</email> + <email>dev@liguros.net</email> <name>Development</name> </maintainer> + <upstream> + <remote-id type="github">openSUSE/py2pack</remote-id> + </upstream> <origin>ports</origin> -</pkgmetadata>
\ No newline at end of file +</pkgmetadata> diff --git a/dev-python/py2pack/py2pack-0.8.4.ebuild b/dev-python/py2pack/py2pack-0.8.5.ebuild index 0ec7ed24e093..2cf0ed3c12e5 100644 --- a/dev-python/py2pack/py2pack-0.8.4.ebuild +++ b/dev-python/py2pack/py2pack-0.8.5.ebuild @@ -1,5 +1,5 @@ +# Copyright 2020-2021 LiGurOs Authors # Distributed under the terms of the GNU General Public License v2 - EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) @@ -7,9 +7,8 @@ PYTHON_COMPAT=( python3_{6,7,8,9,10} ) 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" - +HOMEPAGE="https://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="*" diff --git a/dev-python/py2pack/py2pack-0.8.6.ebuild b/dev-python/py2pack/py2pack-0.8.6.ebuild new file mode 100644 index 000000000000..2cf0ed3c12e5 --- /dev/null +++ b/dev-python/py2pack/py2pack-0.8.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 LiGurOs Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Generate distribution packages from PyPI" +HOMEPAGE="https://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.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}] + " |
