diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-04 01:42:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-04 01:42:21 +0000 |
| commit | d65b5444c2f86758a35ef5b94a2116fb205dc364 (patch) | |
| tree | 681a1d88e149f22fcd55a52338f20e55b4ef58af /dev-python/pycups | |
| parent | 178460d41a24331792859174387808ab41189b37 (diff) | |
| download | baldeagleos-repo-d65b5444c2f86758a35ef5b94a2116fb205dc364.tar.gz baldeagleos-repo-d65b5444c2f86758a35ef5b94a2116fb205dc364.tar.xz baldeagleos-repo-d65b5444c2f86758a35ef5b94a2116fb205dc364.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pycups')
| -rw-r--r-- | dev-python/pycups/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pycups/pycups-1.9.73-r2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pycups/Manifest b/dev-python/pycups/Manifest index 985b91aadef8..2c1d3dd317d4 100644 --- a/dev-python/pycups/Manifest +++ b/dev-python/pycups/Manifest @@ -1,2 +1 @@ -DIST pycups-1.9.73.tar.bz2 52732 BLAKE2B a6c9750970548ba85cdef4041f716491e9b0cf4273cb5381bca8e57deab457affaa62eccf74d36eb3f8b047e5142c952e56e7e624f85ed7959a769f568824f26 SHA512 ee893d64f1645b71805ac358c4a3cc594f6285f04272ff0558aa60cbc90fafdbac30b623ffcc3a6b739218d9fd7a6a6e1d8cb186a5582f2cc30a518ed4dde810 DIST pycups-2.0.1.tar.gz 62968 BLAKE2B c9d955b89f2e9746827721c875dfc97538bb4575ee3f78c41a94f06b361cd3d22c14d453bfbea210160026d33c6e161b1d14c4dffeaddd644c260779f56e1db7 SHA512 fdebf1cac8cc4fffb8a76a938aa91965dae4a3dcdb6d8ee26e8e6054809d26dd3fb20b10c2351fb9265c03b16d6bde011815111c452ccb058518372f22d9d617 diff --git a/dev-python/pycups/pycups-1.9.73-r2.ebuild b/dev-python/pycups/pycups-1.9.73-r2.ebuild deleted file mode 100644 index 8d27e7f2346c..000000000000 --- a/dev-python/pycups/pycups-1.9.73-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 - -DESCRIPTION="Python bindings for the CUPS API" -HOMEPAGE="http://cyberelk.net/tim/data/pycups/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" -SLOT="0" -IUSE="examples" - -RDEPEND="net-print/cups" -DEPEND="${RDEPEND}" - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -} |
