summaryrefslogtreecommitdiff
path: root/dev-python/portend
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-python/portend
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-python/portend')
-rw-r--r--dev-python/portend/Manifest4
-rw-r--r--dev-python/portend/portend-2.7.0.ebuild31
-rw-r--r--dev-python/portend/portend-2.7.1.ebuild2
3 files changed, 2 insertions, 35 deletions
diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest
index 67ee64e32531..193c4c63f807 100644
--- a/dev-python/portend/Manifest
+++ b/dev-python/portend/Manifest
@@ -1,5 +1,3 @@
-DIST portend-2.7.0.tar.gz 12732 BLAKE2B 147d47295d702e6e4a41da1af91afc72ecb2a29713431aada6c98fe527c96f86a88a845cc1afe6507e2fd0d749e146f8b349df13d2e1fb1ff2c0a12fc7d6bdae SHA512 8c81e524e94c4902806a6d33a2811d405e6024796fdbfb5ee1037a177b0aaed4c1b87b76822eee5ca55e552ffa569f4e619d0c1645f0d10c17f8d721ec73787b
DIST portend-2.7.1.tar.gz 13538 BLAKE2B 56e9b7ae4fb9371322cbecf12d9367fc48f0138cf9fa8cb25cf7f0b7977d83852f328d89e93ee2e266e77b393bbabe75d091ce85f688e1ee146edf64e470aa60 SHA512 079bfc286491753e980b5000ee716031225439523a8d9a79c2571359adee74ee024dd680c41adb966487dc39eea3d0dbeb928c5c72fa21ab897283310ef21906
-EBUILD portend-2.7.0.ebuild 789 BLAKE2B eb5b5ae00ce2bc10f7e1da8646fb43fc49d85f79a4b4a1f31ea59fb3f90fa2299e4241006c0cd4e85e868dc504d454917a5c0149e397259e05d5d267f682962e SHA512 1d0468521bc6fbf802b95a7de28934d2c4aee3bb78dc04952e9d5947779627ac497fd3919c7988d791da48aa0ed196c9f7dbbcd8c01d128346f55675ca8e1e60
-EBUILD portend-2.7.1.ebuild 626 BLAKE2B 6035901334c6d01b482fda9a17be7dba872fe8995f293e3125ffc99930c164bb9d1b28dbb5bee971be6977d0ee3169c025782a40ee2d8c72891c527c693bcd86 SHA512 aa09fbda4bebd3fbfc6385460c98cd19b539cda636c514623bd67b74e8f2b40465a51f890b501fefbe1ed61d8a82f35afe0ceb6a91c13b060de4728c8f45af58
+EBUILD portend-2.7.1.ebuild 618 BLAKE2B 1bcdc3bb32dd4f8f164d9308656e3b04822b842afa67575ebc6419c80c42088bb5af9e5d705049c053c0031f06fb3d451a56075816d0dd55cc57941db0d607c1 SHA512 ee72e1820a516b6a64cfa0a3652bc7af8cbbe550c0be94ad080863d4a8d7664ed0cae9e94dc2151f0db60180441925c8305f87608becf23dc2f6bfc643f755af
MISC metadata.xml 493 BLAKE2B bc4d9e79f1ff9387da6705744d7fce19c8b6cbccfc62878ba79b14312b3612598c6042c5f2842f663af254fb8977a60c34d373624604b69ccb2f861a2f5aeb56 SHA512 7db9144b99d487353a90f70e85d8800418eb92aab0678e934ffe92498c7b0e4c0f574dcf109f1a3ec2c7478174a26346152f15d57f15c9edb89f5d9dae2c788c
diff --git a/dev-python/portend/portend-2.7.0.ebuild b/dev-python/portend/portend-2.7.0.ebuild
deleted file mode 100644
index 85442e091efb..000000000000
--- a/dev-python/portend/portend-2.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} 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 sparc x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # avoid extra test deps
- sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' pytest.ini || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/portend/portend-2.7.1.ebuild b/dev-python/portend/portend-2.7.1.ebuild
index 951cb59e9aec..0c390c77cfa0 100644
--- a/dev-python/portend/portend-2.7.1.ebuild
+++ b/dev-python/portend/portend-2.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
BDEPEND="