diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-27 12:49:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-27 12:49:26 +0000 |
| commit | a2c276c844380a2ad46aaefe38e41f38ecb97fc0 (patch) | |
| tree | e80d6d9ca09c1321dbf07062d377b2af7f0da2d3 /dev-python/pilkit | |
| parent | e227e016f37ff9300baa89324fbc8f408f4c042f (diff) | |
| download | baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.tar.gz baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.tar.xz baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pilkit')
| -rw-r--r-- | dev-python/pilkit/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pilkit/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/pilkit/pilkit-2.0.ebuild | 25 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pilkit/Manifest b/dev-python/pilkit/Manifest deleted file mode 100644 index 86d179b5802a..000000000000 --- a/dev-python/pilkit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pilkit-2.0.tar.gz 160077 BLAKE2B def84c3444c5ffe7e1b9c016c2fe15de222d6765e7ce4652ef2f6864af59fdc89b9bde5c7a63097838ab3fc054c81529dcb4a13cd3fb3ee8a0f141f6b0030c10 SHA512 7732c67bc00db53c6849c907233381cca7f9055d55d479958a7b97db277524ac280753fd40c0023fe2b34f98b7261134f993585e658275ccd4c67f357c13de51 diff --git a/dev-python/pilkit/metadata.xml b/dev-python/pilkit/metadata.xml deleted file mode 100644 index fe39d03609b4..000000000000 --- a/dev-python/pilkit/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>thomas@gstaedtner.net</email> - <name>Thomas Gstädtner</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <bugs-to>
			https://github.com/matthewwithanm/pilkit/issues
		</bugs-to> - </upstream> - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild deleted file mode 100644 index 685aa5549a5f..000000000000 --- a/dev-python/pilkit/pilkit-2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="A collection of utilities and processors for the Python Imaging Libary" -HOMEPAGE="https://github.com/matthewwithanm/pilkit" -SRC_URI="https://github.com/matthewwithanm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP},jpeg,zlib] - )" - -distutils_enable_tests nose |
