summaryrefslogtreecommitdiff
path: root/dev-python/portend
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/portend
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/portend')
-rw-r--r--dev-python/portend/Manifest4
-rw-r--r--dev-python/portend/portend-3.0.0.ebuild24
-rw-r--r--dev-python/portend/portend-3.1.0.ebuild4
3 files changed, 3 insertions, 29 deletions
diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest
index 2b00dcd3e73b..18d16dfa43b2 100644
--- a/dev-python/portend/Manifest
+++ b/dev-python/portend/Manifest
@@ -1,5 +1,3 @@
-DIST portend-3.0.0.tar.gz 9439 BLAKE2B 50c6455c8d5ad51e1b523d4aa150ffc5a607a35d3c6fed4d2f686f2fa7fd7eefbe00bf0a033b9178b205e5bba5650e3de484c66d824f41b259ea031b985d2ccd SHA512 7228d454e7d22317de3462edb1e2f1b7fcf29e4601c9373709d80260ea5964c0dd4fbc39543e27a7f375b478ca119b285e47fac6ffda41401399cbe7bf485c8c
DIST portend-3.1.0.tar.gz 9448 BLAKE2B d9391577ecc6f878ebbceb07266f06902352076fb61164b5e905a3ed0a557ce5dafcd8e3c77a099aab97fa576aee5be024d98f457e3b333aa80dbd534167218b SHA512 017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf
-EBUILD portend-3.0.0.ebuild 644 BLAKE2B 4c029c20e8c10e62402446c5cbe908d7c843c3beb41d4266ef06c7ac9b9c09f8e3cf93e5aad279a8fcaeeb1a4e64423795439ced40e8fb0853fd9a24fe543c15 SHA512 64e7e503e2f71934a20739e86b186b61c60a6801a9becddbdda7e56072b03af15fdf87aad68b3dbe46708f0e160d847ca3e721c0631d0ace5a8ff3b2f05faa34
-EBUILD portend-3.1.0.ebuild 660 BLAKE2B a99d86b49582de918b44e09139dd0efa5adcfed9bd0c019804a5719c1ab72bbb31c7f2bc19885d1f0d598bd14d838d692a41d1a08f1eaf9ae302572f19fce2c0 SHA512 49933bbc879bae84123d046e66dbd40ef920b78a7aecc1b1032d247636e732d8ee0325930f06805cf6a22e91dea0f6fc17e3f1b2bc8f3212007284f0d4d5f27f
+EBUILD portend-3.1.0.ebuild 652 BLAKE2B 76c4e258a8707805de339cbfa80b6b6ce6063a38756dddc15c83135dfa54c69fc6fe48a5f7ad90083166e6577dcb9a38febacfab95e63ccda166424f1de4fe73 SHA512 c3f2da79386b2e40231e2c2f3d908cd2f48c3da89a21ddc9832c8a96897f7d9ff13fa386e2b6738dcc78704f0aaea43ae7c359eb53c6c116f9ec09edda2c714d
MISC metadata.xml 494 BLAKE2B 00d31a220312e6d69d0a037174e45cc0e5ecbd963de8e513b6b0358ff40acbedc73e316801daad373e4007ec978f5097b4c00e25f2198ce86d5dcd879c4f2e2d SHA512 ca046a5e36611bd83928b4202c24af68aa7cc1cafbf2bd62a86ad4751226389885ef3aab6be8a25ba17513c89924901d5ac2a31ff27a2798506bbf2f09df2ed2
diff --git a/dev-python/portend/portend-3.0.0.ebuild b/dev-python/portend/portend-3.0.0.ebuild
deleted file mode 100644
index 4cc0735a2a31..000000000000
--- a/dev-python/portend/portend-3.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="TCP port monitoring utilities"
-HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend"
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytest-6[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/portend/portend-3.1.0.ebuild b/dev-python/portend/portend-3.1.0.ebuild
index e0b00c9ec297..ac6ebf244cc7 100644
--- a/dev-python/portend/portend-3.1.0.ebuild
+++ b/dev-python/portend/portend-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
RDEPEND="
>=dev-python/tempora-1.8[${PYTHON_USEDEP}]