summaryrefslogtreecommitdiff
path: root/dev-python/pysmi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-12 06:07:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-12 06:07:09 +0100
commit6766ae9a4205bc53227127a1dd518ea601246afe (patch)
tree0717a1249b6c0340842b8f5cf78a3774ef985043 /dev-python/pysmi
parent4658e9ebb16790a76f119b3c702097e068bd60f3 (diff)
gentoo auto-resync : 12:08:2023 - 06:07:08
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r--dev-python/pysmi/Manifest3
-rw-r--r--dev-python/pysmi/pysmi-0.3.4-r1.ebuild2
-rw-r--r--dev-python/pysmi/pysmi-0.3.4.ebuild20
3 files changed, 2 insertions, 23 deletions
diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest
index 6b5d1c238ce4..b298820229b1 100644
--- a/dev-python/pysmi/Manifest
+++ b/dev-python/pysmi/Manifest
@@ -1,4 +1,3 @@
DIST pysmi-0.3.4.tar.gz 93985 BLAKE2B 71b0ed936c196381f895b4f56e8e2e328ac274b08801a77b404b964201e00f8da2cbce2719414da358a4feb7992a3d04e732942f6e7006a0cceea4496f96b758 SHA512 720c8948a590130583d6ea388f0ade5d3bfe9e845821add7ffbf1b5495b5fe00b768ffb94f67b82465c6d86234f5306c6e1a5c2e49f4825bb9c31a0df629f7bd
-EBUILD pysmi-0.3.4-r1.ebuild 569 BLAKE2B a74e63c7dcbb5b87ca582d106af766aa5523d782bb4d1dd584de08448d8a6f8deb96abec36efaf80566034e0683f42a0463c93798b5d0be550adff25e6b88316 SHA512 f585a7065a003d4e214eb4e4378904bac4b4fcb44e4b47f3ba21b4d5ce4d1a6b169dd2e5e5b1366b5e4a705bc8ea6691acf8f81d3d3091acfe4e97e3d0b548a7
-EBUILD pysmi-0.3.4.ebuild 486 BLAKE2B 25ee18b9c563089d635eea361fe5f72eff1846e7ba7526d8add5e965499af14c80d877b8634d3e12d1fadb6891bceabfc55e9f675d0898aabf62078f647fc4a9 SHA512 03defa1fd1d5551f1da1cc0958011ba165ae0eace33b9f45f4706e3225164386c8a397e1f75ee27776ab20f9ea6e5ae9230e33ad81266e2a71190148cdf1fad0
+EBUILD pysmi-0.3.4-r1.ebuild 566 BLAKE2B 5e761a71e942056ed8cc7d8dcef9b13e3ead0b75156f0d420c0ef08daeac44c983f30027f3a5ef8188a1365496aced20ec9ae573b3a53f7f22144616d5d41205 SHA512 3b27b1156ce406f553e30ac50bd9886ce162856640ed38a23ec9a9e15c5c05c363c94cbc9fc13723082f960ebfaaa187460bf8db38ca02fe16750a18190b6efe
MISC metadata.xml 386 BLAKE2B 4fec57cf0a5f257863620b805caace379e6a5810bad61d014a21adc05d4ad4f860481a52628afd573ccfc047d0c0820800ad3417f31df58c25ca62cbed6558c0 SHA512 7e016fbba698450d2edc5b8e7534cd5bde02f1e93323aad64092a6c7f7a948874014c190e910b11b684b83d6d88b11edc5fa97f535428683a155af3f6f4a6fd3
diff --git a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
index 22bf1f08d3dc..19f3963904cf 100644
--- a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
+++ b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]
diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild
deleted file mode 100644
index 591e33051b1e..000000000000
--- a/dev-python/pysmi/pysmi-0.3.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2017-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Lex & Yacc"
-HOMEPAGE="https://github.com/etingof/pysmi"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-
-RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs/source