diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/xstatic | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/xstatic')
-rw-r--r-- | dev-python/xstatic/Manifest | 2 | ||||
-rw-r--r-- | dev-python/xstatic/xstatic-1.0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xstatic/Manifest b/dev-python/xstatic/Manifest index 45a8abfe1e05..94d684be297b 100644 --- a/dev-python/xstatic/Manifest +++ b/dev-python/xstatic/Manifest @@ -1,3 +1,3 @@ DIST xstatic-1.0.1.tar.gz 2588 BLAKE2B 55e937e62cb845a9095d41b42b484d740557681f4b811522093c6486d97b9e5daa3d12af953bc24a37ed39df58d3adad1cb578ca434b8c0cf0ab4f4b23fff0ff SHA512 03b227a5971959c79c6b389d3bd1f6db724a439101599b8ae65b7d010712184308e30377125bbf24ce84994aa6e9add3d462fba9bee0008154d3753d3199040f -EBUILD xstatic-1.0.1.ebuild 630 BLAKE2B 33fc3786ca0f4dbae40989efea6ea5f28c280dab2cc1da6062158c94a261473feec38593efa03ca16b0d8577442f0360d00f5946fe3849f971654f674f4ae158 SHA512 1a74ee91eb64692db83ab24ed3aedc999e040d14317b5c89f334602221b4ec9505ef6af4e43c51ecb4aa03d269fcb4b7300cfe910587a775382d25d49a751493 +EBUILD xstatic-1.0.1.ebuild 625 BLAKE2B 5840fa880e1f328e6702e9b96c602baf7312ebd4aa1c375d1706e012e294b5c47be2d2dbb8fa8967ac08fb4286177125fadc7de44ef84d703bfdc0fae536feb1 SHA512 62b9c26ec277403ded6bbb7beeca243dbadb2c315c1e5fb2cc3f22f7b3b740462d4c4197479cdfdabda80ecc0e054458ee2ff810b298193cf6fe2eab83b46332 MISC metadata.xml 328 BLAKE2B cd1db5ebb236344ab7336b3db5f4523fc3730a99a294392907ee5289a17feffd31390be088c02aa6c87a84bbbebd84bb48482cd739a5f55303333083d4bdc0c0 SHA512 883210945f38216a48fa5166057e95aafa03c9aec5a7de0d16303fb6a4e6d98c22695b55dd5fc1d26ba78b7c3def32ac7bfce1f036db32116a9b4e5e0b31a8c8 diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild index d529011eddab..ce1ea013ccd7 100644 --- a/dev-python/xstatic/xstatic-1.0.1.ebuild +++ b/dev-python/xstatic/xstatic-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 |