From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/csscompressor/Manifest | 2 +- .../csscompressor/csscompressor-0.9.5-r1.ebuild | 21 +++++++++++++++++++++ dev-python/csscompressor/csscompressor-0.9.5.ebuild | 21 --------------------- 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild delete mode 100644 dev-python/csscompressor/csscompressor-0.9.5.ebuild (limited to 'dev-python/csscompressor') diff --git a/dev-python/csscompressor/Manifest b/dev-python/csscompressor/Manifest index a5330f7e3127..0bb354e06659 100644 --- a/dev-python/csscompressor/Manifest +++ b/dev-python/csscompressor/Manifest @@ -1,3 +1,3 @@ DIST csscompressor-0.9.5.tar.gz 237808 BLAKE2B 26d9e433513577a2b76660eef2ee0fc0fd3b95d28bcfb06ccc38dfd6f524d63414ba9bda297c8e4622cbd663e4752051717af506064509bdee14f0360ffdc481 SHA512 aee16b5af8b1b780a0fef10d359864a5a21a90b7196740c8b7efef25d1ba4d8197e9fce03483d0e2331abc736290cc6b862e43ee65d1b76260310aea65fc6eb6 -EBUILD csscompressor-0.9.5.ebuild 451 BLAKE2B da6170daa0ab8092758b06bd0837b64ad5be58b9d09fc7675ff67e72af744b4e0bb170c61c0b2b581273c754179b1f787e588adba4a06954ff7f6c65b41c039f SHA512 7150c9b5b14b6779ab4b3357895735619d46c47aabe149d3e6d1771f3f8037764c93ac9b87075dd585823883c0974fc0a80aafe05e15d1bd9d66d5c6ccea0b78 +EBUILD csscompressor-0.9.5-r1.ebuild 451 BLAKE2B 563319f0eb51a78ed5e0b47e4b0565d7823d9e2001380a4b30c34316c152ff8e0a1aa874281154e4679111f4f5978d44ce3737a04b28597972ddfead04e64877 SHA512 7d2603a369639423aca73bccb4d3ad9447e0a513146ca3fb94c849dbe9fcaa82758489980de00acf6af567addbae0c0729987a29b441bbcc252dfef87ec780be MISC metadata.xml 402 BLAKE2B f1cc451a52cade36de3a7311417e31831d67ff14d9ab770dee735fbe12ac58d7431446a1c19ad93866732992257acc4737eb0a633f13b511b3595a7c6a3baa1e SHA512 04ecdec5f3d281f51faf5c4d399c21929947fb6eda5f0ba568f23c1690b6e146c5000ef9bdabbb06c2c7c0b464d3cb17164c768e18dab3ad68eb59ac0a3514a4 diff --git a/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild b/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild new file mode 100644 index 000000000000..2258ba579ed7 --- /dev/null +++ b/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="A python port of YUI CSS Compressor" +HOMEPAGE=" + https://github.com/sprymix/csscompressor + https://pypi.org/project/csscompressor/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~riscv x86" + +distutils_enable_tests pytest diff --git a/dev-python/csscompressor/csscompressor-0.9.5.ebuild b/dev-python/csscompressor/csscompressor-0.9.5.ebuild deleted file mode 100644 index f9312fcde96f..000000000000 --- a/dev-python/csscompressor/csscompressor-0.9.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A python port of YUI CSS Compressor" -HOMEPAGE=" - https://github.com/sprymix/csscompressor - https://pypi.org/project/csscompressor/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -distutils_enable_tests pytest -- cgit v1.2.3