summaryrefslogtreecommitdiff
path: root/dev-python/entrypoints
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
commit9c417bacd51da6d8b57fa9f37425161d30d4b95b (patch)
tree47c9d6e4243f39a1f48afd54c969b65b00a5c649 /dev-python/entrypoints
parentd934827bf44b7cfcf6711964418148fa60877668 (diff)
gentoo resync : 28.11.2020
Diffstat (limited to 'dev-python/entrypoints')
-rw-r--r--dev-python/entrypoints/Manifest4
-rw-r--r--dev-python/entrypoints/entrypoints-0.3-r2.ebuild2
-rw-r--r--dev-python/entrypoints/metadata.xml1
3 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/entrypoints/Manifest b/dev-python/entrypoints/Manifest
index 68e8819cf72a..432cb992c252 100644
--- a/dev-python/entrypoints/Manifest
+++ b/dev-python/entrypoints/Manifest
@@ -1,4 +1,4 @@
AUX entrypoints-0.2.1-init.py.patch 243 BLAKE2B 79706eacd51f9eb2b9bb319befc01c44894e2fa0c394585d2ad578b07e64fa4a6fce5e7c8f1c50752b1fa63e05776186759bc1ce426559405fd0a0e6c8b14aa3 SHA512 f25cb047aa8743dd9145c8e5913c53b5faa6a2b0ed3a50a957d69739bef43b3a6612ec38754bb088c2f9a8e116df61e00962fd1a78c45e5c107cbdd40a9569d0
DIST entrypoints-0.3.tar.gz 12315 BLAKE2B f548d98eeb9dcf5760b26f66e5dec0849c9a9027cd68447c07a585e7b80f79a7c66712d0dd270b6960db167d26f9cf0c9c221edd21f2692c2221d36e952ede65 SHA512 aa1274362d3a4b00266103319ca51aa266605b4999c89a9d0673eb61bfae9e646cb0ec6b86c95544493f6fe048385a2c7641d64adca8f45815546fb1e663c858
-EBUILD entrypoints-0.3-r2.ebuild 822 BLAKE2B fd125e4aa6d3148bcee16212c3966a61015aa24f7852c3504f99389715efbb908b3365ff951b0aa5b44bcfb81832ed3e5847da0636443b4135308e5627e94377 SHA512 fd3b03f1b805d36cffbdecc2b39215dfa00c5fb90fc782956f01686e4ec886b179346c5e0d72a07dba30804d8507e7c129e387abaa8272cd7102a3f1e77e9ef4
-MISC metadata.xml 730 BLAKE2B 4036e332f77d99dc24f55da8e75cc96900cba2a343a4d372c125a5eb8102a6ee789b72a87d8339ac0352e214c0c5e2c554d6899795f3ab84df3c441b9f75f542 SHA512 7febb502fc9aad6bdec9c698275aafee404cea4cea59f554a101a8186df401d227d7d8b14cc332ee96b975ea513b5cef37de80f8e39ece138cc232718e1d5e13
+EBUILD entrypoints-0.3-r2.ebuild 833 BLAKE2B c77505e717fd0f996216f4c1acc69375aca66f7dd6e3114873a50643c3ec86fc47c2b47e8d139b3c64c73c381831938b9f5bd9fb01e370db26e0c5b304aa99e3 SHA512 f499ec34c3edf5e21cbdb0f221f21d6950e3b051e8e5ed428e6c77f36803f480c672a2948a102dfb09eed25e575bc959f150b3e2c987c42d5eba1cdc786e2828
+MISC metadata.xml 755 BLAKE2B 2bdb17501f0f4130ca9fa124d2994b95a383b3f2ca9b7f5cfee3bad344ad3d4e9ff00b190fa385a3485f300f85c9ca3540cd53523c4d03b08eaf6398d7e6bef6 SHA512 c416305f3033e682efc0fa3fc1414b2e9c82db59e876b18c393542a8d06e98edc458a2bdbbacd2dc15a6cb3ad3fe37dbb50063f1bb50e033888ee725f25b740d
diff --git a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
index c664d0636e51..888246b10ea1 100644
--- a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/entrypoints/metadata.xml b/dev-python/entrypoints/metadata.xml
index 0d9b750420e1..843ca0b4843a 100644
--- a/dev-python/entrypoints/metadata.xml
+++ b/dev-python/entrypoints/metadata.xml
@@ -9,6 +9,7 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<longdescription>
Entry points are a way for Python packages to advertise objects with
some common interface. The most common examples are console_scripts