summaryrefslogtreecommitdiff
path: root/dev-python/pilkit
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pilkit')
-rw-r--r--dev-python/pilkit/Manifest4
-rw-r--r--dev-python/pilkit/metadata.xml4
-rw-r--r--dev-python/pilkit/pilkit-2.0.ebuild2
3 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/pilkit/Manifest b/dev-python/pilkit/Manifest
index 97a7a853a61c..a83ed7d09628 100644
--- a/dev-python/pilkit/Manifest
+++ b/dev-python/pilkit/Manifest
@@ -1,3 +1,3 @@
DIST pilkit-2.0.tar.gz 160077 BLAKE2B def84c3444c5ffe7e1b9c016c2fe15de222d6765e7ce4652ef2f6864af59fdc89b9bde5c7a63097838ab3fc054c81529dcb4a13cd3fb3ee8a0f141f6b0030c10 SHA512 7732c67bc00db53c6849c907233381cca7f9055d55d479958a7b97db277524ac280753fd40c0023fe2b34f98b7261134f993585e658275ccd4c67f357c13de51
-EBUILD pilkit-2.0.ebuild 691 BLAKE2B e1c7768003ea617ac9e0df8396d92517945c00a5aac38a570f1db50e01f44dd7f43c0a4dfff72f1a5010501df531d4761d554f979a853f2790c9f14a9d12a6b2 SHA512 b090327cb051dd039708d0160513046745e045373a2c32c9880b02d35d10651be5f2339f077ff990528c2550df1a4684c2a20547931c5919ca720dc4c79e0e1f
-MISC metadata.xml 707 BLAKE2B 4499ba1535c6f7572d0e336ccb8b69eebc7d52c0a26fe3a113d79f22bdf93b33062cab1d8f5735d795d6c11c0164bf7304b8327c1e4724e2f9d8c572079ff508 SHA512 32ae881094153b9179401cc55abc4a03469d9004b121afad62bdcbe80725c687f5779fcb3e2286c051f6038e98f7838d89308f12fba4c0fb15e5abe6e27df556
+EBUILD pilkit-2.0.ebuild 697 BLAKE2B 2f7a6f467eca12ee5eb38cfd0257fa9d4e841150e049eba2ad3b54488f22d0777cb75d35d29d697492454ac6bab0383724377517a25e1ee4f942c94afc3b9f53 SHA512 840242159340af774d1067827c72eda2de8e6bd6a06c84ef03c38bf1f99c2c6ad2797cd6826b97465ff09d0bfd228274e0a613c1f44206d1cd553ddb8212fb8c
+MISC metadata.xml 577 BLAKE2B e7c419d819dbafed2aa0ce7b470f370ec17db804c479b5bc031f0d14f9650ed188eff40c1b428e3a3362a7e340dd7d5e1a6306068d70bdd56b6aa6f0796bb2a0 SHA512 cce0def750ad671b397d8a8827944f64f235009862f472aa8a70c7c0a240ba3cda7f65de0c9f0c6c138a9e7cf236cff65f5a1cc417465e8eb3b1c4d4dc7b5d01
diff --git a/dev-python/pilkit/metadata.xml b/dev-python/pilkit/metadata.xml
index b4d5770a92d6..8a16dae100d4 100644
--- a/dev-python/pilkit/metadata.xml
+++ b/dev-python/pilkit/metadata.xml
@@ -16,8 +16,4 @@
https://github.com/matthewwithanm/pilkit/issues
</bugs-to>
</upstream>
- <longdescription>
- PILKit is a collection of utilities for working with
- PIL (the Python Imaging Library).
- </longdescription>
</pkgmetadata>
diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild
index 27910404428e..dd16f29d4fb2 100644
--- a/dev-python/pilkit/pilkit-2.0.ebuild
+++ b/dev-python/pilkit/pilkit-2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1