diff --git a/dev-python/pyclip/Manifest b/dev-python/pyclip/Manifest new file mode 100644 index 0000000..1884f26 --- /dev/null +++ b/dev-python/pyclip/Manifest @@ -0,0 +1,4 @@ +DIST pyclip-0.5.4.tar.gz 17056 BLAKE2B e1c29dda7496086cca4782d13fbca4dff7157ef0fdb467e7472ee1e531e53d5d1b1577bfbc3cea30f80d88def20ed34ac71b7a90e2f1728e2cdd9937ce4f2528 SHA512 c0ec789ac7b13e34d9ad91006b3b6369d552d0b79b8fc7de93f4817b0540ca889238a4bbb8ee0ac0b573d644822982f99a3ca2562dc3091440441e8d9c2361dc +EBUILD pyclip-0.5.4.ebuild 610 BLAKE2B 332427d116fab4d84e81f12fa8d384319ceab32322e95caa126df7ed49a9638ef86a79ea877a4264b461013d800dc43c0d2af9debf222a13495d585d33f7aaea SHA512 3691755d996f96d5d30d9a6b92b6b8f185d32d695ee20951f24da737dc2d67ecca9a1e695213e6fac9b4abd2bd548f0f6aef21d23f1387bd72e28b03d95db78a +EBUILD pyclip-9999.ebuild 610 BLAKE2B 332427d116fab4d84e81f12fa8d384319ceab32322e95caa126df7ed49a9638ef86a79ea877a4264b461013d800dc43c0d2af9debf222a13495d585d33f7aaea SHA512 3691755d996f96d5d30d9a6b92b6b8f185d32d695ee20951f24da737dc2d67ecca9a1e695213e6fac9b4abd2bd548f0f6aef21d23f1387bd72e28b03d95db78a +MISC metadata.xml 369 BLAKE2B 265843b9e036f5e3ec55de711ffad44525ff69f9c09c8fd88325ecdb9a5addf552e324d5501ec85b4573317c1cb842b0d67afb3a48039a0b9f5790401221fdfd SHA512 e9371bdce177b0033add7dba1a6eda677ab4a0d1165c89450c5092f71b40893efa3c5be4769c60a125fee0282a52ea1cade5c7ac509a761a4f9c9c98b96d62ba diff --git a/dev-python/pyclip/metadata.xml b/dev-python/pyclip/metadata.xml new file mode 100644 index 0000000..13df65e --- /dev/null +++ b/dev-python/pyclip/metadata.xml @@ -0,0 +1,12 @@ + + + + + flewkey@2a03.party + Ryan Fox + + + pyclip + spyoungtech/pyclip + + diff --git a/dev-python/pyclip/pyclip-0.5.4.ebuild b/dev-python/pyclip/pyclip-0.5.4.ebuild new file mode 100644 index 0000000..f0a45a1 --- /dev/null +++ b/dev-python/pyclip/pyclip-0.5.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +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}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Python clipboard module" +HOMEPAGE="https://pypi.org/project/pyclip/" +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="" +RDEPEND="x11-misc/xclip" +BDEPEND="" + +distutils_enable_tests pytest diff --git a/dev-python/pyclip/pyclip-9999.ebuild b/dev-python/pyclip/pyclip-9999.ebuild new file mode 100644 index 0000000..f0a45a1 --- /dev/null +++ b/dev-python/pyclip/pyclip-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +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}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Python clipboard module" +HOMEPAGE="https://pypi.org/project/pyclip/" +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="" +RDEPEND="x11-misc/xclip" +BDEPEND="" + +distutils_enable_tests pytest