diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
commit | 9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch) | |
tree | 8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/xstatic-bootstrap-scss | |
parent | f516638b7fe9592837389826a6152a7e1b251c54 (diff) |
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/xstatic-bootstrap-scss')
-rw-r--r-- | dev-python/xstatic-bootstrap-scss/Manifest | 3 | ||||
-rw-r--r-- | dev-python/xstatic-bootstrap-scss/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild | 34 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/xstatic-bootstrap-scss/Manifest b/dev-python/xstatic-bootstrap-scss/Manifest deleted file mode 100644 index cadb17028e74..000000000000 --- a/dev-python/xstatic-bootstrap-scss/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST xstatic-bootstrap-scss-3.3.7.1.tar.gz 205503 BLAKE2B 29a2047ffd37ef2cf061d84396f421656f1d29c23a5995aca5eda6f30aa67552063d01a81e5f5c0223d0c9bb2e761774b12a0e567e12b9b854a6fba330e931d9 SHA512 523f0f5c4b3d95f2751731964a046c2ec5d7b2f52fd74947f240f51539615989a26bae19b2f689b7993bd0148cddcfbd9f44c6775ad240a6d6bc9421edd74b07 -EBUILD xstatic-bootstrap-scss-3.3.7.1.ebuild 714 BLAKE2B 4410f451d653b25f53ab59bd2e03b16c2a539711f630207917fbf6143f37b01ff48fad396341c9c433d6f9041cf65fd1b8b1010fef73a961a448f09fba2e4238 SHA512 b9258c8f3c2dc00952079ea10510fc1929a936448ba368b7693de1be546b752cec12551c3eaa8a5507341d11af3d99ac1a49739982c464dbf65344f1fa746ee6 -MISC metadata.xml 343 BLAKE2B dbc8357d35e47c91214bee8dcd23c5d88e093d88a0c797bda88c25f41a6d2388e5c5cc6d9d6bb100e79dd9631029b8b4c1277d4189a9db76591499fda6ca8b4a SHA512 08754400557065ef1ab62bec132de871320cebc9d704bc4458aefec2bbbdb576e1ecddec6936175bf1d5bb66e156f29c95dbb969f5402921ec423fd863158b49 diff --git a/dev-python/xstatic-bootstrap-scss/metadata.xml b/dev-python/xstatic-bootstrap-scss/metadata.xml deleted file mode 100644 index fa46ec35dc13..000000000000 --- a/dev-python/xstatic-bootstrap-scss/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python Project</name> - </maintainer> - <upstream> - <remote-id type="pypi">XStatic-Bootstrap-SCSS</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild b/dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild deleted file mode 100644 index 789433bba7aa..000000000000 --- a/dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN="XStatic-Bootstrap-SCSS" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="XStatic Bootstrap-SCSS package" -HOMEPAGE="https://pypi.org/project/XStatic-Bootstrap-SCSS" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" - -python_install() { - distutils-r1_python_install - find "${ED}" -name '*.pth' -delete || die -} |