From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pelican-minify/Manifest | 3 --- dev-python/pelican-minify/metadata.xml | 14 -------------- .../pelican-minify/pelican-minify-0.9.ebuild | 22 ---------------------- 3 files changed, 39 deletions(-) delete mode 100644 dev-python/pelican-minify/Manifest delete mode 100644 dev-python/pelican-minify/metadata.xml delete mode 100644 dev-python/pelican-minify/pelican-minify-0.9.ebuild (limited to 'dev-python/pelican-minify') diff --git a/dev-python/pelican-minify/Manifest b/dev-python/pelican-minify/Manifest deleted file mode 100644 index 4d3e1ca54343..000000000000 --- a/dev-python/pelican-minify/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pelican-minify-0.9.tar.gz 223517 BLAKE2B 808601e027af7b3970e3fcac08e9f0f656e48fe016a470b4a5b3892a108264e2fff52a9b036861fb9007da263e59c7fcf68867e789f65e20b29278fb8de445a0 SHA512 de28727ed6b39e89461b2d725139b88010def892f3fd23f822a6e84a585b3f93771fdc9ca8f402adc9bb196a0dde03b9d6417317c7e8141d83f0e6460860cd33 -EBUILD pelican-minify-0.9.ebuild 630 BLAKE2B 5d669b7a76dc118144dd166671b673063cc379cc2b2c95e345332aafb693b335e48d2816affc3c6aafad6e941392971622dd57cf532a4e3add38ce69317380dc SHA512 d8e31f05730f9fa3740bdebbc41b94f68222560f0c672a2bd8b131117628ccbaa5a3fa33f76d19261571559fccf43bf841a9978dd3f5a239519cd4eeb1d744d7 -MISC metadata.xml 452 BLAKE2B bbe68af4fc0f50adc241fcd2a7c39fd15a2092ce59d1ce84a72e70d3174d44c95fd00342ca6e85b2d7c014a7543dff3bdbc56e11fa70d3f091a60b3e26f797d8 SHA512 838e7d6032dde459c275fc2d6cce3a3c4a86f4766573d2950031f7cacd52d66550961bb834010a56ed9b3a45d0182da3b35e06e71c2e55cdb66fef361035e242 diff --git a/dev-python/pelican-minify/metadata.xml b/dev-python/pelican-minify/metadata.xml deleted file mode 100644 index 29e5ec2149b3..000000000000 --- a/dev-python/pelican-minify/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - python@gentoo.org - - - prometheanfire@gentoo.org - Matthew Thode - - - An HTML minification plugin for Pelican, the static site generator. - - diff --git a/dev-python/pelican-minify/pelican-minify-0.9.ebuild b/dev-python/pelican-minify/pelican-minify-0.9.ebuild deleted file mode 100644 index 65699826ddaa..000000000000 --- a/dev-python/pelican-minify/pelican-minify-0.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="An HTML minification plugin for Pelican, the static site generator." -HOMEPAGE="https://pypi.org/project/pelican-minify/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=dev-python/joblib-0.9[${PYTHON_USEDEP}] - >=app-text/htmlmin-0.1.5[${PYTHON_USEDEP}] - >=app-text/pelican-3.1.1[${PYTHON_USEDEP}]" -- cgit v1.2.3