From 047edc4a90453a663c71cc93221021e300152efc Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Tue, 8 Dec 2020 17:51:44 +0100 Subject: [PATCH 01/24] sys-cluster/pcs: fix use systemd useflag Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrea Postiglione --- sys-cluster/pcs/pcs-0.10.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index 2811b60e76..6e2acc6bc7 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -87,8 +87,10 @@ src_install() { dosym ../../sbin/pcs "${EPREFIX}/usr/lib/pcs/pcs" # use Debian style systemd unit (with config in /etc/default/pcsd) - systemd_newunit "${S}/pcsd/pcsd.service.debian" "pcsd.service" - systemd_newunit "${S}/pcsd/pcsd-ruby.service" "pcsd-daemon.service" + if use systemd ; then + systemd_newunit "${S}/pcsd/pcsd.service.debian" "pcsd.service" + systemd_newunit "${S}/pcsd/pcsd-ruby.service" "pcsd-daemon.service" + fi # custom service file for openRC newinitd "${FILESDIR}/pcsd.initd" pcsd || die newinitd "${FILESDIR}/pcsd-daemon.initd" pcsd-daemon || die From 903879cb15485f6e5a09f0b8a03bd42590df26c6 Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Tue, 8 Dec 2020 17:52:47 +0100 Subject: [PATCH 02/24] sys-cluster/pcs: fix duplicate dependency Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrea Postiglione --- sys-cluster/pcs/pcs-0.10.7.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index 6e2acc6bc7..e5f578da9a 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -54,7 +54,6 @@ ruby_add_rdepend " dev-ruby/thin dev-ruby/tilt dev-ruby/sinatra - dev-ruby/open4 dev-ruby/backports " From 38a205b168865ea5c1a8c7a0a72c8808e1403eb5 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Tue, 8 Dec 2020 23:28:49 +0100 Subject: [PATCH 03/24] games-util/legendary: Version bump 0.20.4. Signed-off-by: Ronny (tastytea) Gutbrod --- games-util/legendary/Manifest | 1 + games-util/legendary/legendary-0.20.4.ebuild | 25 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 games-util/legendary/legendary-0.20.4.ebuild diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index 7688ff352d..b9da7d4dcf 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,2 +1,3 @@ DIST legendary-0.20.2.tar.gz 78655 BLAKE2B 56709cdc4df608225ec4b442fdc810922c391d49d5dbc0313d65097e5d4ac7002498df3a8eeb6db21818389554cf9bf20eedbe2652122766bc9a162f9e52ad15 SHA512 0d3241478b56fca9d0eef4901b87ab09b9da2d75bc70d7a4971d8581d804e96a7e686992d5e9bd8c6cd29a71b3fd958d8ffea19663b54fd2bd16f8d078dd7b0c DIST legendary-0.20.3.tar.gz 78618 BLAKE2B 5d779364b07eb949d392c808e1a4034a7516a0bbb7b5db0c01a07bdcaa0228040f169f817a99921e90749a3f331cad88037ae9881350c2bc0d12669520d1fbd7 SHA512 59c4189cc5cf6d4524acba8454defd89bdb66e3386d42e6d9604f6a38e9108e0ae03ec0e8fce8a181f3b4328cc24dadef2718d97290c2472544a0b124b1ffc9e +DIST legendary-0.20.4.tar.gz 79394 BLAKE2B 7b4279e7beefc785bf331047cbdd01ef5005630594620665d7ef33e46b728b7d287008c4f92ca1af44ba8fc8442265f50c902aa034c02ec974bd9a219b4cc148 SHA512 13e819a630d21932295c7890b37d249f4c26b9518c86e884a747d742397dc1551190d91efe670139779da961fb52d186a65c52aa5d007eece145ce5701fbaf26 diff --git a/games-util/legendary/legendary-0.20.4.ebuild b/games-util/legendary/legendary-0.20.4.ebuild new file mode 100644 index 0000000000..609a30cf2a --- /dev/null +++ b/games-util/legendary/legendary-0.20.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher" +HOMEPAGE="https://github.com/derrod/legendary" +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + $(python_gen_cond_dep ' + Date: Tue, 8 Dec 2020 23:29:57 +0100 Subject: [PATCH 04/24] games-util/legendary: Delete old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod --- games-util/legendary/Manifest | 1 - games-util/legendary/legendary-0.20.2.ebuild | 25 -------------------- 2 files changed, 26 deletions(-) delete mode 100644 games-util/legendary/legendary-0.20.2.ebuild diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index b9da7d4dcf..a3d8717a7d 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,3 +1,2 @@ -DIST legendary-0.20.2.tar.gz 78655 BLAKE2B 56709cdc4df608225ec4b442fdc810922c391d49d5dbc0313d65097e5d4ac7002498df3a8eeb6db21818389554cf9bf20eedbe2652122766bc9a162f9e52ad15 SHA512 0d3241478b56fca9d0eef4901b87ab09b9da2d75bc70d7a4971d8581d804e96a7e686992d5e9bd8c6cd29a71b3fd958d8ffea19663b54fd2bd16f8d078dd7b0c DIST legendary-0.20.3.tar.gz 78618 BLAKE2B 5d779364b07eb949d392c808e1a4034a7516a0bbb7b5db0c01a07bdcaa0228040f169f817a99921e90749a3f331cad88037ae9881350c2bc0d12669520d1fbd7 SHA512 59c4189cc5cf6d4524acba8454defd89bdb66e3386d42e6d9604f6a38e9108e0ae03ec0e8fce8a181f3b4328cc24dadef2718d97290c2472544a0b124b1ffc9e DIST legendary-0.20.4.tar.gz 79394 BLAKE2B 7b4279e7beefc785bf331047cbdd01ef5005630594620665d7ef33e46b728b7d287008c4f92ca1af44ba8fc8442265f50c902aa034c02ec974bd9a219b4cc148 SHA512 13e819a630d21932295c7890b37d249f4c26b9518c86e884a747d742397dc1551190d91efe670139779da961fb52d186a65c52aa5d007eece145ce5701fbaf26 diff --git a/games-util/legendary/legendary-0.20.2.ebuild b/games-util/legendary/legendary-0.20.2.ebuild deleted file mode 100644 index 609a30cf2a..0000000000 --- a/games-util/legendary/legendary-0.20.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="A free and open-source replacement for the Epic Games Launcher" -HOMEPAGE="https://github.com/derrod/legendary" -SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - $(python_gen_cond_dep ' - Date: Tue, 8 Dec 2020 02:00:20 +0100 Subject: [PATCH 05/24] sys-cluster/pcs: sort deps Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- sys-cluster/pcs/pcs-0.10.7.ebuild | 33 ++++++++++++++++--------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index e5f578da9a..14a497b29f 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -18,43 +18,44 @@ KEYWORDS="~amd64" IUSE="snmp systemd" DEPEND=" - media-libs/fontconfig dev-libs/libffi + media-libs/fontconfig sys-apps/coreutils " -RDEPEND="${DEPEND} - >=www-servers/tornado-6.0 - Date: Wed, 9 Dec 2020 01:57:46 +0100 Subject: [PATCH 06/24] dev-python/pytest-pythonpath: new package Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/pytest-pythonpath/Manifest | 1 + dev-python/pytest-pythonpath/metadata.xml | 12 +++++++++ .../pytest-pythonpath-0.7.3.ebuild | 25 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/pytest-pythonpath/Manifest create mode 100644 dev-python/pytest-pythonpath/metadata.xml create mode 100644 dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild diff --git a/dev-python/pytest-pythonpath/Manifest b/dev-python/pytest-pythonpath/Manifest new file mode 100644 index 0000000000..dd8506bf05 --- /dev/null +++ b/dev-python/pytest-pythonpath/Manifest @@ -0,0 +1 @@ +DIST pytest-pythonpath-0.7.3.tar.gz 4498 BLAKE2B 819240073d2431f6a3ef137b73f8a4fe7ddb7c36c7403948b6c28575b841031de51deae85f9b5e31d331f1bb62589bb9ec538254f1db7010c49121e4d1d595bd SHA512 45f5185d1ec015e4e11fe5a14aa3ed49f333bae25a779ede43a3128e1c92a3f151836a72dc3ac8244de05c3943876e525ec7cd464c341b44e37195c443eb6391 diff --git a/dev-python/pytest-pythonpath/metadata.xml b/dev-python/pytest-pythonpath/metadata.xml new file mode 100644 index 0000000000..eefb457d4e --- /dev/null +++ b/dev-python/pytest-pythonpath/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + bigsassy/pytest-pythonpath + pytest-pythonpath + + diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild new file mode 100644 index 0000000000..4888dbad93 --- /dev/null +++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_7 ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run" +HOMEPAGE=" + https://github.com/bigsassy/pytest-pythonpath + https://pypi.org/project/pytest-pythonpath +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest From 06699789ad16b4728194a57130033230597cdd2b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 02:08:03 +0100 Subject: [PATCH 07/24] sys-cluster/pcs: fix path Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- sys-cluster/pcs/pcs-0.10.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index 14a497b29f..0c84f9fb50 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -74,7 +74,7 @@ src_install() { SYSTEMCTL_OVERRIDE=$(use systemd) \ DESTDIR="${D}" \ CONF_DIR="/etc/default/" \ - PREFIX="/usr/${EPREFIX}" \ + PREFIX="${EPREFIX}/usr/" \ BUNDLE_INSTALL_PYAGENTX=false \ BUNDLE_TO_INSTALL=false \ BUILD_GEMS=false From b2ce8682893043d2b7174c29478bc0e44c63b74b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 02:46:07 +0100 Subject: [PATCH 08/24] dev-python/faker: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/faker/Manifest | 1 + dev-python/faker/faker-5.0.1.ebuild | 43 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 dev-python/faker/faker-5.0.1.ebuild diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest index c4c0c41229..772c3c6dde 100644 --- a/dev-python/faker/Manifest +++ b/dev-python/faker/Manifest @@ -1 +1,2 @@ DIST faker-5.0.0.tar.gz 1069920 BLAKE2B ed91e999ed598fe745b720c90a0d50c1bad95de5f7323cb1122174cbec3be1f6df907929ac7f153622bbd0e90068600b01a70ee7634368ba166530c733c21c01 SHA512 99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9 +DIST faker-5.0.1.tar.gz 1070399 BLAKE2B 7359f798f8d998017ef1e17ebd2e1f75309d9648f99f464fcd512aad37ba92ac124180983145cf50217080e6c7109cd355a0fe8f3c773b624dc12375e936cef1 SHA512 8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952 diff --git a/dev-python/faker/faker-5.0.1.ebuild b/dev-python/faker/faker-5.0.1.ebuild new file mode 100644 index 0000000000..41864ab9df --- /dev/null +++ b/dev-python/faker/faker-5.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Python package that generates fake data" +HOMEPAGE=" + https://github.com/joke2k/faker + https://pypi.org/project/Faker +" +SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}] + >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] +" +BDEPEND="test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}] + >=dev-python/random2-1.0.1[${PYTHON_USEDEP}] + >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}] + >=dev-python/validators-0.13.0[${PYTHON_USEDEP}] + ) +" + +src_prepare() { + export READTHEDOCS=True || die + default +} + +distutils_enable_tests --install pytest +#TODO: make docs working +#Handler for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst') +#distutils_enable_sphinx docs --no-autodoc From cab6f9d57594f339d51f04e20bf2dbc5cd7384b7 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 02:49:23 +0100 Subject: [PATCH 09/24] dev-python/cchardet: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/cchardet/Manifest | 1 + dev-python/cchardet/cchardet-2.1.7.ebuild | 39 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 dev-python/cchardet/cchardet-2.1.7.ebuild diff --git a/dev-python/cchardet/Manifest b/dev-python/cchardet/Manifest index a975b41bd3..3b05e7c4c0 100644 --- a/dev-python/cchardet/Manifest +++ b/dev-python/cchardet/Manifest @@ -1 +1,2 @@ DIST cchardet-2.1.6.tar.gz 653913 BLAKE2B 42dc65af2c25fef8447f0fbdb1f2fd35f0a4e2fe4aec2b65b18039143ce941ec958b52a1891c0b35eeb020151188336c96feebe3fc5ac6004538ca3844e1f060 SHA512 202c9460ddb4e8ae9435308d17e4066fa9ff389bfdce49fe86e01257bd1d9904e57cfb060e262947b339a8ab09cc4758e2a193a7082da2662645d4f4267ba02c +DIST cchardet-2.1.7.tar.gz 653617 BLAKE2B 0ca9becac01c67da191290c7de0dc52d5c8e6c2715f660811c8e67d9a06e74ac155a081de81af96ade74ccc4065093fc226f232a26f66236fafe9fc1b48a9c9e SHA512 43e663e30ec079b2a954862de5e8136a2e40f69e300d65eb4ce9d7ffa5d8c496dc7c0937b3306b4096cfad12a1d0617628f8f0115534ab6faf9eb39d2b3935a2 diff --git a/dev-python/cchardet/cchardet-2.1.7.ebuild b/dev-python/cchardet/cchardet-2.1.7.ebuild new file mode 100644 index 0000000000..7e6bb05151 --- /dev/null +++ b/dev-python/cchardet/cchardet-2.1.7.ebuild @@ -0,0 +1,39 @@ +# 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="cChardet is high speed universal character encoding detector" +HOMEPAGE="https://github.com/PyYoshi/cChardet" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/chardet[${PYTHON_USEDEP}] +" +#bundled ... +# app-i18n/uchardet +DEPEND=" + ${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests nose + +#src_prepare() { +# append-cppflags "-I/usr/include/uchardet" + #bundled uchardet +# rm -rf src/ext/uchardet || die +# default +#} + +python_test() { + esetup.py nosetests || die "Tests fail with ${EPYTHON}" +} From 0a15e63de378bee28cbf574270420e8be89f69c2 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 03:02:38 +0100 Subject: [PATCH 10/24] dev-python/ufoNormalizer: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/ufoNormalizer/Manifest | 1 + .../ufoNormalizer/ufoNormalizer-0.5.0.ebuild | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild diff --git a/dev-python/ufoNormalizer/Manifest b/dev-python/ufoNormalizer/Manifest index 2297f4d375..2f10853c1a 100644 --- a/dev-python/ufoNormalizer/Manifest +++ b/dev-python/ufoNormalizer/Manifest @@ -1 +1,2 @@ DIST ufoNormalizer-0.4.1.tar.gz 30350 BLAKE2B b5709deea451f28a4372cefca497dcde5875a6fd64afc5b21e8a115d02ed4ade714e6b5b3d2f445d4de70ba47a3a8dd9ed4e1e0c3e27f9ed6e7eb9f1994db134 SHA512 bf8cb37b171363e1eca85ba01f78f8c2ed4d7741aba3ca8b77c1590fc81cca194d521224f370cdadcda033772d2e5c540d04098558a148d44c747af20f4b636b +DIST ufonormalizer-0.5.0.zip 37969 BLAKE2B 9012eccb3d7ad50a2e40a4c08d2e118d0dbf95620a269aaac921c2d055a207337d0c87f21485ac2c386f51a3e3ed8050d6bef2c276cb5e18ec83b14e2cf8d2b2 SHA512 79de1b94433038fa312c6faceec65255840d510a2cce7de0fe5b04986b750e5bac42c402c1ecb66a9ef4e1ba24495380c8c895d1f72522d2efff22932cea13bd diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild new file mode 100644 index 0000000000..e44366dafe --- /dev/null +++ b/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild @@ -0,0 +1,26 @@ +# 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 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +MYPN="${PN,,}" +MYP="${MYPN}-${PV}" +inherit distutils-r1 + +DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO." +HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer" +SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/${MYP}" + +distutils_enable_tests setup.py From 672fe089ace0f2c1674ba4f6a733d789475cfc22 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 03:07:07 +0100 Subject: [PATCH 11/24] dev-python/pproxy: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/pproxy/Manifest | 1 + dev-python/pproxy/pproxy-2.5.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 dev-python/pproxy/pproxy-2.5.ebuild diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest index 117f75e564..fc85a69f57 100644 --- a/dev-python/pproxy/Manifest +++ b/dev-python/pproxy/Manifest @@ -1 +1,2 @@ DIST pproxy-2.4.6.tar.gz 46410 BLAKE2B f7c4e973e205d3256e17cab23bb8745800c5c12592f15e52a303ad6f3063bc345257576c52edafab5da67b93cf289e5f4f25336e58e9a66ba7e90402031fdcff SHA512 72d5c781ee81556e10a3436f2fae6e541a7f0b7d5f354336d0b4d98b1a75c34e4ec4c9c9f88e3c7cff47fe4218bf6efb1a78588caa02e704900fe436708c5cba +DIST pproxy-2.5.tar.gz 50900 BLAKE2B f8ef79672836bd78e8684e839a70afe35a521b1e2c1e99ad17a8d61a3e209b6b92af2a5c09ac9124bc2058f514030b7a2a8bf2499dc607c820acbbc3a874e633 SHA512 9f8f6c51abbab9519c98dec18a98b3bf48fc223707fd66ae9298c80c095bf4beace6232f948e56b2d6f8a0bf08968abd6b7c225f6352623ce3fd84b19fd8eb2e diff --git a/dev-python/pproxy/pproxy-2.5.ebuild b/dev-python/pproxy/pproxy-2.5.ebuild new file mode 100644 index 0000000000..1c801f8254 --- /dev/null +++ b/dev-python/pproxy/pproxy-2.5.ebuild @@ -0,0 +1,29 @@ +# 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 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 optfeature + +DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" +HOMEPAGE=" + https://github.com/qwj/python-proxy + https://pypi.org/project/pproxy +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="${RDEPEND}" + +pkg_postinst() { + optfeature "ssh tunnelling" ">=dev-python/asyncssh-1.16.0" + optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2" + optfeature "daemon" ">=dev-python/python-daemon-2.2.3" + optfeature "accelerated cyphers" ">=dev-python/uvloop-0.13.0" +} From 1ad5e5ed02a55ff9b5a136de0870ecb4592c6d38 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 9 Dec 2020 03:24:11 +0100 Subject: [PATCH 12/24] dev-python/pytest-sugar: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/pytest-sugar/Manifest | 1 + .../pytest-sugar/pytest-sugar-0.9.4.ebuild | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest index d156ebbb62..a93d32ba7d 100644 --- a/dev-python/pytest-sugar/Manifest +++ b/dev-python/pytest-sugar/Manifest @@ -1 +1,2 @@ DIST pytest-sugar-0.9.3.tar.gz 12649 BLAKE2B 75e07c26c7a6ce55a497bb29fdef32134f2872b8f7c23b3941e0dad875d441aa7d1788859d170ffd0ed58ae19a1a9abc67b2b18140cad06380a0efd53337131a SHA512 ac2edb57e0eb453410e2595614093a9e0d4642e8ba1dc738d87eff3a476a57df006a55e480c15ddbd0ffddea219314c810b8385024208090056059e17b201bb8 +DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild new file mode 100644 index 0000000000..02e296b529 --- /dev/null +++ b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild @@ -0,0 +1,32 @@ +# 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 ) + +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest" +HOMEPAGE=" + https://pivotfinland.com/pytest-sugar + https://github.com/Teemu/pytest-sugar + https://pypi.org/project/pytest-sugar +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/packaging-14.1[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}] + >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests --install pytest From bf86504c87a97642d7489727416696f9fa488211 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:12:01 +1300 Subject: [PATCH 13/24] dev-python/*: use the pypi mirror for packages I maintain Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/jellyfin-apiclient-python/Manifest | 2 +- .../jellyfin-apiclient-python-1.6.2.ebuild | 2 +- dev-python/pystray/Manifest | 2 +- dev-python/pystray/pystray-0.17.2.ebuild | 2 +- dev-python/python-mpv-jsonipc/Manifest | 2 +- dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.1.11.ebuild | 2 +- dev-python/pywebview/Manifest | 2 +- dev-python/pywebview/pywebview-3.4.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest index 644759a43b..b45b65a703 100644 --- a/dev-python/jellyfin-apiclient-python/Manifest +++ b/dev-python/jellyfin-apiclient-python/Manifest @@ -1 +1 @@ -DIST v1.6.2.tar.gz 28421 BLAKE2B cedadb3f13db72c78b8283bae1e005f79a2b35dde90541976799e13c9f648b3f119d2efe7a8516d99fb9f39fab662ee0433e97ff9b316587e9fa11234d5fbfdb SHA512 d041e8715fb5c83d936e879f4e24e24d0baf49ca8ac39402008d52aac7aa8e69b0365e1c149e08824bfdcdf6b59cc634e25804446eee90fe9a67501657d89d16 +DIST jellyfin-apiclient-python-1.6.2.tar.gz 17115 BLAKE2B 37889d6359d7a1d4350b99fe5eb4fa0bb2e28248daaee64aa324e07b46d6a254c1e488bf39954680f7f044cbf4c78fc6059c8f91787410bdea629996d0874ac3 SHA512 42be1fe1d0d360127655c9718c3a157028918597c3782ea3df9326b844aa9a542d23480da405f580da340b251ce0d790220d55f891000346b219dacddbd523fc diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild index ff557e67e3..bb9f25a15b 100644 --- a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild +++ b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python API client for Jellyfin" HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python" -SRC_URI="https://github.com/iwalton3/jellyfin-apiclient-python/archive/v${PV}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest index 82d224213d..7df4fc8e7c 100644 --- a/dev-python/pystray/Manifest +++ b/dev-python/pystray/Manifest @@ -1 +1 @@ -DIST v0.17.2.tar.gz 44923 BLAKE2B 6e0c0cccb7509f793bb641695c8ce66beaefea6c84fd8bcbbac844a2708bf94455e0b846afe0029646d16489b508041220eab50fed759558ac56e84bab1f975f SHA512 d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435 +DIST pystray-0.17.2.tar.gz 24618 BLAKE2B 8576c35d5cef59910d29688357aa37a47c7c508ffbce7451b698afb138cf96b55f1149071d381cad57b6c8931d30a015f28a793bb25a21ddd18480108162189b SHA512 d9527a34956837bd3193d80db0c4bcd2a4fb82025d3e62f339e09ee500101ced87d2cd461672d01ed07b34a6afe3f47a7c2fa9c83155cc78a9d024774dc0e6b9 diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild index 73401321cb..8736ac81cc 100644 --- a/dev-python/pystray/pystray-0.17.2.ebuild +++ b/dev-python/pystray/pystray-0.17.2.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="System tray icon creation via python" HOMEPAGE="https://github.com/moses-palmer/pystray" -SRC_URI="https://github.com/moses-palmer/pystray/archive/v${PV}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-python/python-mpv-jsonipc/Manifest b/dev-python/python-mpv-jsonipc/Manifest index c8f8ccaa15..59eed45859 100644 --- a/dev-python/python-mpv-jsonipc/Manifest +++ b/dev-python/python-mpv-jsonipc/Manifest @@ -1 +1 @@ -DIST v1.1.11.tar.gz 11869 BLAKE2B bd4476bab303a99ac39eaf12613237aa48216778f29da963a9e1e7a6b662bec803ea9e67026cae79879c09f539f92f1e7b06d9b7d43e9c600a8921be8501f2ab SHA512 1a4d4e6017a86b32b7f5ec73a2b6a77c45e525126cca1b284a26f054f636addb69bd5cd25b10b3a9264789a2f5353c02d3a541e0f0caacf5e80f537cc7e16a8f +DIST python-mpv-jsonipc-1.1.11.tar.gz 7505 BLAKE2B bee145df85cc822c3797582b7ec66ed2d32eb01eb84f66a24c7504b4ebec164d18a047cbc6eb808e1e4fbdcb5d324ef6b340ec3f3d631b7e8eae23a6c686fb3f SHA512 6a4383349cc335adf750028223ed0e4dbaeaa90b11e59a5205778b58ac64992b60377ccf2626c512820178d50add2e1d98bb809a6e1e9759af69ae96f86350a1 diff --git a/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.1.11.ebuild b/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.1.11.ebuild index 0cca3ae7c7..864c0eed5a 100644 --- a/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.1.11.ebuild +++ b/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.1.11.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python API to MPV using JSON IPC" HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc" -SRC_URI="https://github.com/iwalton3/python-mpv-jsonipc/archive/v${PV}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest index 1daeb1c90f..178771567b 100644 --- a/dev-python/pywebview/Manifest +++ b/dev-python/pywebview/Manifest @@ -1 +1 @@ -DIST 3.4.tar.gz 27831334 BLAKE2B 2d012194567564ce6a373b4542e365b680f4f2eb8adddb2f69aa2ee00cf1ee44808a7df8b9a3452f488c793d2f8af66e8451206e58bee2299920b9bc5be8c66d SHA512 1ac09716550d1eaff74294f99b91734a983ba6b2866788f149e3535753889c97c54bcbc35d08c63f368c91ee04926e032b3af1a19586f27377a337acce8b9d2c +DIST pywebview-3.4.tar.gz 307993 BLAKE2B a838514ebbca25b8d54cbc2e9dd4a6caad01a05593cc82d6bb371398b2f70642fe1321b57f45f56121ca0cddeaa62eba05eebc0aa94f9cf0b36736bf8fe3f331 SHA512 a30c8c726e1351f3a5cc96c2774246a0a6326e8b6a2e9c25fe6e3bb7d866ff0c7cbd16da0428f6891c8316eafc70fd96c13255515b63d907ef20459a6cabd70a diff --git a/dev-python/pywebview/pywebview-3.4.ebuild b/dev-python/pywebview/pywebview-3.4.ebuild index 67bca1c281..fcbeb15c42 100644 --- a/dev-python/pywebview/pywebview-3.4.ebuild +++ b/dev-python/pywebview/pywebview-3.4.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A lightweight cross-platform wrapper around a webview component" HOMEPAGE="https://github.com/r0x0r/pywebview" -SRC_URI="https://github.com/r0x0r/pywebview/archive/${PV}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" From aa188e23f5d4f17c961971b9fb2d985b3e5a8228 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:20:38 +1300 Subject: [PATCH 14/24] dev-python/graphql-core: maintain & bump Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/graphql-core/Manifest | 1 + .../graphql-core/graphql-core-3.1.1.ebuild | 8 +++---- .../graphql-core/graphql-core-3.1.2.ebuild | 21 +++++++++++++++++++ dev-python/graphql-core/metadata.xml | 6 ++++-- 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 dev-python/graphql-core/graphql-core-3.1.2.ebuild diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest index 725f60e9be..aa9dbf4e8f 100644 --- a/dev-python/graphql-core/Manifest +++ b/dev-python/graphql-core/Manifest @@ -1 +1,2 @@ DIST graphql-core-3.1.1.tar.gz 481087 BLAKE2B e7bf05f4da9aa1c37acf802b830c05427a3f10fd36a716f194bb21ba3812ae5322534c67b692135a901f23dd48d46fe404a46b2b90cc7ee3862241a6381fd405 SHA512 62bef44d7d73eff1f1dc05e169fd765d4ea4d9716bbde26bc20ee826eb4fa78bb41deed1a196c37a24d4c5aa7e7965de86bee441c4a53f0b18f0cb2364d4cdec +DIST graphql-core-3.1.2.tar.gz 487634 BLAKE2B d71d10e27b87772d9678c90f2bdcbf8d164fcab746c2905fd7414e9744708bb670e35ab0066a1d8d75076991c4b880acd678600f14b0e07a9093ca55d941dbff SHA512 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03 diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild b/dev-python/graphql-core/graphql-core-3.1.1.ebuild index 4f26be94b0..c8b730ff10 100644 --- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild +++ b/dev-python/graphql-core/graphql-core-3.1.1.ebuild @@ -3,21 +3,19 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 DESCRIPTION="GraphQL for Python" HOMEPAGE="https://github.com/graphql-python/graphql-core" -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( - dev-python/pytest-benchmark[${PYTHON_USEDEP}] -)" +BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/dev-python/graphql-core/graphql-core-3.1.2.ebuild b/dev-python/graphql-core/graphql-core-3.1.2.ebuild new file mode 100644 index 0000000000..c8b730ff10 --- /dev/null +++ b/dev-python/graphql-core/graphql-core-3.1.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..8} ) + +inherit distutils-r1 + +DESCRIPTION="GraphQL for Python" +HOMEPAGE="https://github.com/graphql-python/graphql-core" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml index a0a60d7147..d3ad614df2 100644 --- a/dev-python/graphql-core/metadata.xml +++ b/dev-python/graphql-core/metadata.xml @@ -1,6 +1,8 @@ - - + + telans@posteo.de + Theo Anderson + From 48c2c0adacf6812e0f7347283136b9a2944aa2ff Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:26:53 +1300 Subject: [PATCH 15/24] dev-python/hidapi: maintain & bump Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/hidapi/Manifest | 1 + dev-python/hidapi/hidapi-0.10.1.ebuild | 27 ++++++++++++++++++++++++++ dev-python/hidapi/metadata.xml | 6 ++++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 dev-python/hidapi/hidapi-0.10.1.ebuild diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest index 190d920ab4..d65fe2f8b7 100644 --- a/dev-python/hidapi/Manifest +++ b/dev-python/hidapi/Manifest @@ -1 +1,2 @@ +DIST hidapi-0.10.1.tar.gz 60712 BLAKE2B 9f66015f801a73ad520b303a011edbfecb6b2e79e4366b8e72cc15a4b509cd5744c4c5f9d710b120a44f10cab0c72edf6f679961979d7ad2581edf3238426609 SHA512 681e3691a4b05b13abc38d305c68e448728612442d0ef12ce54d12eeebee6e18d33566c462a276d18ce5e29fad208e6fcde49bbe4b162eae5cd72ce37dea880b DIST hidapi-0.9.0.post3.tar.gz 57075 BLAKE2B 7c0c46faa359bf119875846680aadad94e65f5bdd225c11b4fd068cf4fb5b7fba1ed4983bc70610720d5b7ab8a2f7afd96726610309ff35cc5310a237ac117d8 SHA512 606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971 diff --git a/dev-python/hidapi/hidapi-0.10.1.ebuild b/dev-python/hidapi/hidapi-0.10.1.ebuild new file mode 100644 index 0000000000..9d74510972 --- /dev/null +++ b/dev-python/hidapi/hidapi-0.10.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="A Cython interface to the hidapi" +HOMEPAGE="https://github.com/trezor/cython-hidapi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( BSD GPL-3 )" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-libs/hidapi +" + +distutils_enable_tests pytest + +python_test() { + pytest -vv tests.py || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml index a0a60d7147..d3ad614df2 100644 --- a/dev-python/hidapi/metadata.xml +++ b/dev-python/hidapi/metadata.xml @@ -1,6 +1,8 @@ - - + + telans@posteo.de + Theo Anderson + From 3b8c24e125b9da2fe6c7ebc8e99d1730c7bdaaa0 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:29:15 +1300 Subject: [PATCH 16/24] dev-python/i3ipc: bump PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/i3ipc/Manifest | 2 +- dev-python/i3ipc/i3ipc-2.2.1.ebuild | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-python/i3ipc/Manifest b/dev-python/i3ipc/Manifest index 2333a99f98..5d15d84f5d 100644 --- a/dev-python/i3ipc/Manifest +++ b/dev-python/i3ipc/Manifest @@ -1 +1 @@ -DIST v2.2.1.tar.gz 51760 BLAKE2B 19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e SHA512 edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18 +DIST i3ipc-2.2.1.tar.gz 47760 BLAKE2B 4decad566ab87ed48d2ca9cc29c35e9d92bfbb0bd3ad76507fe54cf4b6b52ddd1590be75a65398dddb785b94b444e41577984daab780f91afe0d251b6b12bd93 SHA512 4a09df1d580953ab2cb55345a32731427662d3969e7f6c78cf27c685d24f289be611b00b10a93cb765663b73075ebd07ae3b76d0a9b1f832fc467944c35230f9 diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild index 68fd941786..0846853e5f 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild @@ -3,20 +3,17 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) + inherit distutils-r1 DESCRIPTION="An improved Python library to control i3wm and sway." HOMEPAGE="https://github.com/altdesktop/i3ipc-python" -SRC_URI="https://github.com/altdesktop/i3ipc-python/archive/v${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-python/python-xlib" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/i3ipc-python-${PV}" +RDEPEND="dev-python/python-xlib" +DEPEND="${DEPEND}" From ec77b4609695dfac94863c39f6a723e3459d09dc Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:32:15 +1300 Subject: [PATCH 17/24] dev-python/pykeepass: maintain & bump Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/pykeepass/Manifest | 1 + dev-python/pykeepass/metadata.xml | 6 ++-- dev-python/pykeepass/pykeepass-3.2.1.ebuild | 32 +++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 dev-python/pykeepass/pykeepass-3.2.1.ebuild diff --git a/dev-python/pykeepass/Manifest b/dev-python/pykeepass/Manifest index e05b4d0904..0a66717294 100644 --- a/dev-python/pykeepass/Manifest +++ b/dev-python/pykeepass/Manifest @@ -1 +1,2 @@ DIST pykeepass-3.2.0.tar.gz 68381 BLAKE2B 05b0dbf86f5211596487a026ef0de438c540e302edf1a2b57403bbcd212d99a995fe91bf770d963f47a77a05adb66817b26d73154585254f1ed1b956e40bdaf6 SHA512 8ecdf667ef03f6189d75ce5d6fe0ec49fc683ebccc94a77fe31807b43abfc77417a26058281758aee5721558c267458106bc2626cddbf9ff29225297dc4896fb +DIST pykeepass-3.2.1.tar.gz 46615 BLAKE2B fac973f9992b15d5f0bad94eb99201c6cf76e0fbf20fa2e04cc51bc6686a65c746608054afe4f0a0cfea1f534e55829d2e485def321ecf9b2dda0e729e6fc4ff SHA512 559287581741d5b3465fa722d0dc51dbbcb46776349c7a4ce2b688b8e692f188078718adcdf527723e35f30b3f68efa4625bba5db5109841b75d2590d0b67ff8 diff --git a/dev-python/pykeepass/metadata.xml b/dev-python/pykeepass/metadata.xml index 6c6241f650..d3ad614df2 100644 --- a/dev-python/pykeepass/metadata.xml +++ b/dev-python/pykeepass/metadata.xml @@ -1,6 +1,8 @@ - - + + telans@posteo.de + Theo Anderson + diff --git a/dev-python/pykeepass/pykeepass-3.2.1.ebuild b/dev-python/pykeepass/pykeepass-3.2.1.ebuild new file mode 100644 index 0000000000..bcfe710e5f --- /dev/null +++ b/dev-python/pykeepass/pykeepass-3.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_7 ) # not all dependency are 3.8 ready + +inherit distutils-r1 + +DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) " +HOMEPAGE="https://github.com/libkeepass/pykeepass" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}] + >=dev-python/construct-2.9.4[${PYTHON_USEDEP}] + >=dev-python/future-0.17.0[${PYTHON_USEDEP}] + >=dev-python/lxml-4.3.4[${PYTHON_USEDEP}] + >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/0001-setup.py-exclude-tests-directory.patch" ) + +python_test() { + "${EPYTHON}" tests/tests.py -v || die +} From 43d2c9066758bf0bef8f862443c09c134607df03 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 17:36:02 +1300 Subject: [PATCH 18/24] dev-python/pykeepass: bump PYTHON_COMPAT {7..9} Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/pykeepass/pykeepass-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pykeepass/pykeepass-3.2.1.ebuild b/dev-python/pykeepass/pykeepass-3.2.1.ebuild index bcfe710e5f..7a28d45a24 100644 --- a/dev-python/pykeepass/pykeepass-3.2.1.ebuild +++ b/dev-python/pykeepass/pykeepass-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) # not all dependency are 3.8 ready +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 From 797d6ca86ce28217439b20da4134aa3608f5ec4b Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 9 Dec 2020 18:10:15 +1300 Subject: [PATCH 19/24] media-video/jellyfin-mpv-shim: add mpv upscaling shaders Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- media-video/jellyfin-mpv-shim/Manifest | 1 + .../jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/media-video/jellyfin-mpv-shim/Manifest b/media-video/jellyfin-mpv-shim/Manifest index 6c5e979ff0..f148292073 100644 --- a/media-video/jellyfin-mpv-shim/Manifest +++ b/media-video/jellyfin-mpv-shim/Manifest @@ -1,2 +1,3 @@ DIST jellyfin-mpv-shim-1.8.0.tar.gz 174078 BLAKE2B 9800bf8302c2da91bc1b40dbf9bb9fa50b185811cec8fbc177e54bde3e24045ee0276e7d352ba2d96ff0d9ce0a5c4db91f7ccb30b3bd12d58ac5514249e10aa1 SHA512 9391bb27dff24ca7abb2266ceb9e5b3c64943c7d573b671b38edbe19d6253220ab7a2dc8b0aca58267057ad3c3754bfba74c6b904c4d7328fd5eb40a27422826 +DIST jellyfin-mpv-shim-shader-pack-1.1.0.tar.gz 1326518 BLAKE2B ef1d1c699698cc62163b903e20e4a9cbad14169f2aca1058e58da5102e72be4291504cbad5bb877820fb7d4ed6749b04319bca7d210bfcf103693be9a0cc4e69 SHA512 26cacd859c0d0fef06fbd598007f291a652fd52d617af2df71104f705156ae78665dee2ae963f3e7bdb01e91d3fa41f555824a47f9d621d1627a06b2b5f9ba75 DIST jellyfin-web-1.6.2.zip 36138526 BLAKE2B 29248f99bf40c252a31f0b294f239e80909f7b4471945ef3fd767748af3b1fbf1a240edc80b7332d3371fcb03ef128f5f93b04867d99cf5efd9a361a44b7924e SHA512 f92af66cee0a54a41cd16079839bd785c33565db9d3c8263203b9939a531a017d2cdf049ed9f7c322c90175633face34ee6b607e467cb599884f40c43d99920c diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild index 610c366e46..13ac4d7ce5 100644 --- a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild +++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild @@ -10,16 +10,18 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 +SHADER_PV="1.1.0" WEB_PV="1.6.2" DESCRIPTION="MPV-based desktop and cast client for Jellyfin (Unofficial)" HOMEPAGE="https://github.com/iwalton3/jellyfin-mpv-shim" SRC_URI=" https://github.com/iwalton3/jellyfin-mpv-shim/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/iwalton3/default-shader-pack/archive/v${SHADER_PV}.tar.gz -> jellyfin-mpv-shim-shader-pack-${SHADER_PV}.tar.gz https://github.com/iwalton3/jellyfin-web/releases/download/jwc${WEB_PV}-1/dist.zip -> jellyfin-web-${WEB_PV}.zip " -LICENSE="MIT" +LICENSE="LGPL-3+ MIT Unlicense" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -48,6 +50,8 @@ RDEPEND=" src_install() { distutils-r1_src_install - insinto "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient" + insinto "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient" # jellyfin-web dist doins -r "${WORKDIR}"/dist/* + insinto "$(python_get_sitedir)/${PN//-/_}/default_shader_pack" # mpv shaders + doins -r "${WORKDIR}"/default-shader-pack-${SHADER_PV}/* } From 3806cb83d858ab3d8edf334438f5153ff3c4c6dd Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Thu, 10 Dec 2020 00:09:51 +1300 Subject: [PATCH 20/24] dev-python/sysv_ipc: new package 1.0.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/sysv_ipc/Manifest | 1 + dev-python/sysv_ipc/metadata.xml | 8 ++++++++ dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 dev-python/sysv_ipc/Manifest create mode 100644 dev-python/sysv_ipc/metadata.xml create mode 100644 dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild diff --git a/dev-python/sysv_ipc/Manifest b/dev-python/sysv_ipc/Manifest new file mode 100644 index 0000000000..2952cd2bc6 --- /dev/null +++ b/dev-python/sysv_ipc/Manifest @@ -0,0 +1 @@ +DIST sysv_ipc-1.0.1.tar.gz 102174 BLAKE2B dcde40caaccef6fc2d1564ae4008a5d911c0d5b31892d665c058ced1f9c5872283973a8230439dc5c152a1b699734cc94e6f287f0e58e4f58d1846284da0a35b SHA512 c240828df5a96fe241b0d68f349c7c593ee45115c2867adc577b4da75ec1b3101608fd8da021fec88a7b717af9a4b0e9f9e5ad6a06874a38c3ad2ce467f00989 diff --git a/dev-python/sysv_ipc/metadata.xml b/dev-python/sysv_ipc/metadata.xml new file mode 100644 index 0000000000..d3ad614df2 --- /dev/null +++ b/dev-python/sysv_ipc/metadata.xml @@ -0,0 +1,8 @@ + + + + + telans@posteo.de + Theo Anderson + + diff --git a/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild b/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild new file mode 100644 index 0000000000..53bea854c2 --- /dev/null +++ b/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python API to MPV using JSON IPC" +HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" From 34aaf6126881a4fbdef23e59ab810509c351de93 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Thu, 10 Dec 2020 00:11:27 +1300 Subject: [PATCH 21/24] sys-block/systemd-swap: add as maintainer Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- sys-block/systemd-swap/metadata.xml | 5 ++++- sys-block/systemd-swap/systemd-swap-4.0.1.ebuild | 14 ++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/sys-block/systemd-swap/metadata.xml b/sys-block/systemd-swap/metadata.xml index ada67d576e..3f5188adc3 100644 --- a/sys-block/systemd-swap/metadata.xml +++ b/sys-block/systemd-swap/metadata.xml @@ -1,7 +1,10 @@ - + + telans@posteo.de + Theo Anderson + Nefelim4ag/systemd-swap diff --git a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild index ce2d4b9b30..be4ee14943 100644 --- a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild +++ b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild @@ -2,24 +2,26 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit linux-info systemd + +inherit linux-info DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions." HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/" -LICENSE="GPL-3" -SLOT="0" - if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" inherit git-r3 + EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" else SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi +LICENSE="GPL-3" +SLOT="0" + CONFIG_CHECK="~ZRAM ~ZSWAP" src_install() { - emake PREFIX="${ED}/" install + default + keepdir /var/lib/systemd-swap } From 8b5716b329f2cfe26f92f48a4b361ce7289c1979 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Thu, 10 Dec 2020 00:34:13 +1300 Subject: [PATCH 22/24] sys-block/systemd-swap: bump to 4.4.0; add 9999 Closes: https://github.com/gentoo/guru/pull/21 Closes: https://github.com/gentoo/guru/issues/20 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- profiles/package.mask | 4 +++ sys-block/systemd-swap/Manifest | 1 + .../systemd-swap/systemd-swap-4.4.0.ebuild | 35 +++++++++++++++++++ .../systemd-swap/systemd-swap-9999.ebuild | 35 +++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 sys-block/systemd-swap/systemd-swap-4.4.0.ebuild create mode 100644 sys-block/systemd-swap/systemd-swap-9999.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 57b1bacbe4..c2fb75bc1d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,3 +1,7 @@ +# Theo Anderson (2020-12-06) +# SELinux profiles do not support systemd +>=sys-block/systemd-swap-4.4.0 + # Huang Rui (2020-04-27) # Theo Anderson (2020-12-06) # All these ebuilds require slotted Lua, which is still masked. diff --git a/sys-block/systemd-swap/Manifest b/sys-block/systemd-swap/Manifest index ef74f9f811..3a60e61535 100644 --- a/sys-block/systemd-swap/Manifest +++ b/sys-block/systemd-swap/Manifest @@ -1 +1,2 @@ DIST systemd-swap-4.0.1.tar.gz 20349 BLAKE2B 1e4e83b89ea5a0bd3195db951477920cdb185d4f44b6b7bfcc06a9b4bd6086e4c427b34de9a584a58a5a424c21ee9e4c25b9485332ef5811f7ee5db6c02c904c SHA512 c0ba9fa5a3d456376679fe8383550ae0fb26126d8b6c04d2d7d782911709e4c96c42b5a4db3d23b7e921881950d06cc81b60514055b27134106815595da97020 +DIST systemd-swap-4.4.0.tar.gz 29066 BLAKE2B 7278b0f5fac52039c91e901f29d72275e5ce4579001926f3d105c3f4bad026d2bcd21106d4006e9e971f92ecd66b81716b8e92f291230776de78e8fcd2580252 SHA512 39cf297d0d82f4d5fbae64f323bda2c286dd24665321892f068dc5bceea4ea5ddcacdcef14576cab869edbed7d258de759baec36535403051bb2b925406db0b3 diff --git a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild new file mode 100644 index 0000000000..e8951d7c87 --- /dev/null +++ b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CONFIG_CHECK="~ZRAM ~ZSWAP" +PYTHON_COMPAT=( python3_{7..8} ) + +inherit linux-info python-any-r1 + +DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions." +HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/" + +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" +else + SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + $(python_gen_any_dep ' + dev-python/python-systemd[${PYTHON_USEDEP}] + dev-python/sysv_ipc[${PYTHON_USEDEP}] + ') +" + +src_install() { + default + keepdir /var/lib/systemd-swap +} diff --git a/sys-block/systemd-swap/systemd-swap-9999.ebuild b/sys-block/systemd-swap/systemd-swap-9999.ebuild new file mode 100644 index 0000000000..e8951d7c87 --- /dev/null +++ b/sys-block/systemd-swap/systemd-swap-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CONFIG_CHECK="~ZRAM ~ZSWAP" +PYTHON_COMPAT=( python3_{7..8} ) + +inherit linux-info python-any-r1 + +DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions." +HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/" + +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" +else + SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + $(python_gen_any_dep ' + dev-python/python-systemd[${PYTHON_USEDEP}] + dev-python/sysv_ipc[${PYTHON_USEDEP}] + ') +" + +src_install() { + default + keepdir /var/lib/systemd-swap +} From ef63a6362710421598638fb6518572036577b175 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Thu, 10 Dec 2020 00:40:28 +1300 Subject: [PATCH 23/24] dev-python/sysv_ipc: fix description/homepage Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild b/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild index 53bea854c2..9a9d34bb41 100644 --- a/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild +++ b/dev-python/sysv_ipc/sysv_ipc-1.0.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 -DESCRIPTION="Python API to MPV using JSON IPC" -HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc" +DESCRIPTION="System V IPC primitives for python" +HOMEPAGE="http://semanchuk.com/philip/sysv_ipc/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" From e799043d97e2227751d45e8d74c9d47525224689 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 9 Dec 2020 15:13:58 +0100 Subject: [PATCH 24/24] dev-python/pytest-pythonpath: shorten description makes repoman happy Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild index 4888dbad93..c147e49ba0 100644 --- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild +++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 -DESCRIPTION="py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run" +DESCRIPTION="Plugin for adding to the PYTHONPATH from the pytests.ini file before tests run" HOMEPAGE=" https://github.com/bigsassy/pytest-pythonpath https://pypi.org/project/pytest-pythonpath