summaryrefslogtreecommitdiff
path: root/dev-python/xstatic-bootstrap-scss
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/xstatic-bootstrap-scss
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/xstatic-bootstrap-scss')
-rw-r--r--dev-python/xstatic-bootstrap-scss/Manifest3
-rw-r--r--dev-python/xstatic-bootstrap-scss/metadata.xml11
-rw-r--r--dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild33
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/xstatic-bootstrap-scss/Manifest b/dev-python/xstatic-bootstrap-scss/Manifest
deleted file mode 100644
index 1926271a589e..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 706 BLAKE2B cfec97747dfa144c11677b8500104fad448cbb23a56c71e3bec3d03776c59d98473302ca7d58cd3daba81adc9ad93c64ce729da0ccbac2b6bf5468ef4fe5387e SHA512 2e642f2d2c0c6908c5c06175f1c81343c0bdd4902c14e5e56aa751b0edb3aa29e1a9de09a4fd8e396ee68421a100733728ce00673556fcc3d34f7dbea35f75fa
-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 4cc8cd0e37e5..000000000000
--- a/dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild
+++ /dev/null
@@ -1,33 +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
-
-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"
-
-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
-}