summaryrefslogtreecommitdiff
path: root/dev-python/pika
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-17 06:11:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-17 06:11:54 +0000
commit4a6ee33d239871fd8918401a1b3fa8fc69963994 (patch)
treedd0ff6fddf9964426117b223f65cf22674dc472b /dev-python/pika
parent1c7f16d1677e8d90a5fcaa0fa90729918bf766a1 (diff)
downloadbaldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.tar.gz
baldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.tar.xz
baldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.zip
Adding metadata
Diffstat (limited to 'dev-python/pika')
-rw-r--r--dev-python/pika/Manifest1
-rw-r--r--dev-python/pika/pika-1.1.0.ebuild19
-rw-r--r--dev-python/pika/pika-1.2.0.ebuild9
3 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
index c8b991ef8ea2..1dc78742df02 100644
--- a/dev-python/pika/Manifest
+++ b/dev-python/pika/Manifest
@@ -1,2 +1 @@
-DIST pika-1.1.0.tar.gz 139407 BLAKE2B 2a2bb71d7f1222ca06dd6202a26e502f1e1e1977651e4fb405a938d493e4f525904568fb57ad5eea0f5117f02c7fa9f1b1c971d7d911d0d62a24b161b2cb2ef5 SHA512 15eab619cffe5b6d62a65a66730b03ee3de24978268afd82f608a96b96cc29695159e228dbbbc21c06f4c02a9591c73a686d9d283ceaa725f53782c3460140a7
DIST pika-1.2.0.tar.gz 144945 BLAKE2B c8b163e4efeb4630da7f1901dfc087c2f3e53d5828eba7ee519e6f696d6c86d48d72c8c1ed98df9c3c0a6889265b072f5c709abec98522992ba699691e96acb1 SHA512 3ea4ecc3b2c722e8b1ec7d220e0cad7c7ed315a4800cbff6903d351885dc6a792318da1767f4bf1a4a40510be444ee18f3881f654c4ec84de8c3005aa2a404bf
diff --git a/dev-python/pika/pika-1.1.0.ebuild b/dev-python/pika/pika-1.1.0.ebuild
deleted file mode 100644
index ea8388b1528d..000000000000
--- a/dev-python/pika/pika-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python implementation of the AMQP"
-HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND=""
diff --git a/dev-python/pika/pika-1.2.0.ebuild b/dev-python/pika/pika-1.2.0.ebuild
index 9f951e0d4438..94ea2e8c48bd 100644
--- a/dev-python/pika/pika-1.2.0.ebuild
+++ b/dev-python/pika/pika-1.2.0.ebuild
@@ -8,12 +8,13 @@ DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
DESCRIPTION="Pure-Python implementation of the AMQP"
-HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika"
+HOMEPAGE="
+ https://pika.readthedocs.io/
+ https://github.com/pika/pika/
+ https://pypi.org/project/pika/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND=""