diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-19 17:53:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-19 17:53:29 +0100 |
commit | 8a3fb5e620361a7e9b80c1f2ac9eb8d113641237 (patch) | |
tree | e70aef8d18ac7638d5fed0ebd60145b93f37d767 /dev-python/python3-xapp | |
parent | dev-python/pytest-twisted: Remove old (diff) | |
download | gentoo-8a3fb5e620361a7e9b80c1f2ac9eb8d113641237.tar.gz gentoo-8a3fb5e620361a7e9b80c1f2ac9eb8d113641237.tar.bz2 gentoo-8a3fb5e620361a7e9b80c1f2ac9eb8d113641237.zip |
dev-python/python3-xapp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python3-xapp')
-rw-r--r-- | dev-python/python3-xapp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/python3-xapp/Manifest b/dev-python/python3-xapp/Manifest index 52f82221503a..41ee73e1ec99 100644 --- a/dev-python/python3-xapp/Manifest +++ b/dev-python/python3-xapp/Manifest @@ -1,2 +1 @@ -DIST python3-xapp-2.2.1.tar.gz 20739 BLAKE2B 11f3b8964aedc726235d1c9350b159ed5cc0e859f33d6390d06e8df225eb86d0d6a392d16023a460ae0dad69f4a65b3cc8c3a759e8a4e5abab491a6d71ea8ab9 SHA512 2c03a6201404d7c792e12b10241309c912ca6b1daaa56aa0867ddbb16af053f110e4cb05da969b1800678d60acc0e6d19fc097581e6b195fff9f68acb48505ff DIST python3-xapp-2.2.2.tar.gz 20872 BLAKE2B 72bfd020477382480a5cf007107a197a86bd96c886b54440bee5eb0cf124294feac01c04dee24525d892cc5e701abf4e64753f2bff09d417e9e18ee314eb57a4 SHA512 d4aac6949bfe4adfe5fdb08edb80e622ccf04c2d571760aec280b43ff26b246c0d8f09eda6d7281381bf3a367002a7cce780664eb1f9933db6e9f63084d99def diff --git a/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild b/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild deleted file mode 100644 index 09b9302b496b..000000000000 --- a/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for x11-libs/xapp" -HOMEPAGE="https://github.com/linuxmint/python3-xapp" -SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="" - -DEPEND=" - >=x11-libs/xapp-2.2.0[introspection] -" -RDEPEND=" - ${DEPEND} - dev-python/psutil[${PYTHON_USEDEP}] -" |