From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pyclip/Manifest | 1 - dev-python/pyclip/metadata.xml | 12 ------- dev-python/pyclip/pyclip-0.7.0-r2.ebuild | 60 -------------------------------- dev-python/pyclip/pyclip-9999.ebuild | 60 -------------------------------- 4 files changed, 133 deletions(-) delete mode 100644 dev-python/pyclip/Manifest delete mode 100644 dev-python/pyclip/metadata.xml delete mode 100644 dev-python/pyclip/pyclip-0.7.0-r2.ebuild delete mode 100644 dev-python/pyclip/pyclip-9999.ebuild (limited to 'dev-python/pyclip') diff --git a/dev-python/pyclip/Manifest b/dev-python/pyclip/Manifest deleted file mode 100644 index 4905f753320b..000000000000 --- a/dev-python/pyclip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyclip-0.7.0.gh.tar.gz 17555 BLAKE2B 281a2dacd82d7501e01750134d82fc0b66ac1d41a631b9573160262c94cfb97ad463036e8ec523674580fdfb71849175e58836530d761462a72ba9ba3f2fd618 SHA512 64849befe020b0ac38aa8ed93ceb7fb275112aa49ae527fc54916ea591e09ce5a1a669d8f68083b098112a90fd36f71d2abeef6c3a8908e6cde20f04b0273877 diff --git a/dev-python/pyclip/metadata.xml b/dev-python/pyclip/metadata.xml deleted file mode 100644 index 9e12ce6a2824..000000000000 --- a/dev-python/pyclip/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - pyclip - spyoungtech/pyclip - - diff --git a/dev-python/pyclip/pyclip-0.7.0-r2.ebuild b/dev-python/pyclip/pyclip-0.7.0-r2.ebuild deleted file mode 100644 index f6543832d79f..000000000000 --- a/dev-python/pyclip/pyclip-0.7.0-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -DISTUTILS_USE_PEP517="setuptools" - -inherit distutils-r1 virtualx - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git" -else - SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="Python clipboard module" -HOMEPAGE="https://pypi.org/project/pyclip/" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="wayland +X" -REQUIRED_USE=" - || ( wayland X ) - test? ( X ) -" - -RDEPEND=" - wayland? ( gui-apps/wl-clipboard ) - X? ( x11-misc/xclip ) -" - -DOCS=( docs/README.md ) - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - # Clipboard detection should respect USE flags - if use wayland && ! use X; then - sed -ie "/linux':/s/elif .*/elif False:/" pyclip/util.py || die - elif ! use wayland && use X; then - sed -ie "/WAYLAND/s/elif .*/elif False:/" pyclip/util.py || die - fi - distutils-r1_src_prepare -} - -src_test() { - virtx distutils-r1_src_test -} - -pkg_postinst() { - if use wayland && use X; then - elog "If you wish to use the xclip backend over the wl-clipboard backend," - elog "unset the WAYLAND_DISPLAY environment variable or consider" - elog "installing ${CATEGORY}/${PN}[-wayland,X] instead." - fi -} diff --git a/dev-python/pyclip/pyclip-9999.ebuild b/dev-python/pyclip/pyclip-9999.ebuild deleted file mode 100644 index f6543832d79f..000000000000 --- a/dev-python/pyclip/pyclip-9999.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -DISTUTILS_USE_PEP517="setuptools" - -inherit distutils-r1 virtualx - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git" -else - SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="Python clipboard module" -HOMEPAGE="https://pypi.org/project/pyclip/" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="wayland +X" -REQUIRED_USE=" - || ( wayland X ) - test? ( X ) -" - -RDEPEND=" - wayland? ( gui-apps/wl-clipboard ) - X? ( x11-misc/xclip ) -" - -DOCS=( docs/README.md ) - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - # Clipboard detection should respect USE flags - if use wayland && ! use X; then - sed -ie "/linux':/s/elif .*/elif False:/" pyclip/util.py || die - elif ! use wayland && use X; then - sed -ie "/WAYLAND/s/elif .*/elif False:/" pyclip/util.py || die - fi - distutils-r1_src_prepare -} - -src_test() { - virtx distutils-r1_src_test -} - -pkg_postinst() { - if use wayland && use X; then - elog "If you wish to use the xclip backend over the wl-clipboard backend," - elog "unset the WAYLAND_DISPLAY environment variable or consider" - elog "installing ${CATEGORY}/${PN}[-wayland,X] instead." - fi -} -- cgit v1.3