cleanup, add new Python Targets, Letter 'J-M' all Integrations

This commit is contained in:
2021-07-17 00:53:35 +02:00
committed by Andreas Billmeier
parent a2c239bb14
commit 63c7265909
67 changed files with 230 additions and 346 deletions

View File

@@ -1,3 +1,3 @@
DIST PyUserInput-0.1.11.tar.gz 28664 BLAKE2B 1f8009fac6ec017494afa4c8f624155cf8380e9817eca3f4954962f068fab30469a990cdebe3d6b07f92929442547a2539489289aac0bc3da482281f1f93917a SHA512 583c830e97838fbbe61256860957e9ac34e92d7da3d2517438790c6cb0901aa1292452376d6d4e16dedebc99e20f6564a6984d0e710b3aa564dd7dc3cc64ffd8
EBUILD PyUserInput-0.1.11.ebuild 719 BLAKE2B fbcf4c8c8ade420dfe817bc1332c6c6292a5dd3858c49d669ffa5e4a7f5d58e1c15c468f14277e9ba6a237e7909c7fbc3c5361b813681a3bdcb306784ebb7ee2 SHA512 c3ec979c9a0edc7c8c1162e266f6532717318b4768a45a7216ed8d15dc3b9ce4024fe37e54feda3a5e1ccbb5383d83b1f4684b3061faa016c3b7ca29d2bc884c
DIST PyUserInput-0.1.11.tar.gz 28664 BLAKE2B 1f8009fac6ec017494afa4c8f624155cf8380e9817eca3f4954962f068fab30469a990cdebe3d6b07f92929442547a2539489289aac0bc3da482281f1f93917a MD5 2095c70da5e48c2954588470444a4937 SHA512 583c830e97838fbbe61256860957e9ac34e92d7da3d2517438790c6cb0901aa1292452376d6d4e16dedebc99e20f6564a6984d0e710b3aa564dd7dc3cc64ffd8
EBUILD PyUserInput-0.1.11.ebuild 767 BLAKE2B 013779e92296f1e11abb7a176b9738a515285f53c01da2c5ecd47e0769f118244eebf6edd274daa36375a260ee58f82a6ec009e2e7f5e2405dc89478f031ada2 SHA512 5fc71c2f9722feceb0bc24954c6992ef2a1108507ed96aee88333247b6f86dc0c3fdcbf11e06eca1576f15d733cd3c0c7d71f211c832a6e2d8d13c0922abe70a
MISC metadata.xml 517 BLAKE2B b8cb160830d9b6bf84c7e082dd9f8aee079b0072dd285a1420ee8e2490ff61a35eb3261e50608c60983b5cf42853354ddc44dcb1f934415a004b703cd7c6547f SHA512 47559fd204b9165ea2335cbbdd18cb5511452ea8507dd10686b7f22e7726c64467eef0e143672e7c715167f2d92f476c3850d4b6a9407ce2023f8f401a12f075

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,8 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
DOCS="README.md"
RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]