diff --git a/dev-python/xstatic-bootstrap-scss/Manifest b/dev-python/xstatic-bootstrap-scss/Manifest new file mode 100644 index 0000000000000..03e03073fe31a --- /dev/null +++ b/dev-python/xstatic-bootstrap-scss/Manifest @@ -0,0 +1 @@ +DIST xstatic-bootstrap-scss-3.3.7.1.tar.gz 205503 BLAKE2B 29a2047ffd37ef2cf061d84396f421656f1d29c23a5995aca5eda6f30aa67552063d01a81e5f5c0223d0c9bb2e761774b12a0e567e12b9b854a6fba330e931d9 SHA512 523f0f5c4b3d95f2751731964a046c2ec5d7b2f52fd74947f240f51539615989a26bae19b2f689b7993bd0148cddcfbd9f44c6775ad240a6d6bc9421edd74b07 diff --git a/dev-python/xstatic-bootstrap-scss/metadata.xml b/dev-python/xstatic-bootstrap-scss/metadata.xml new file mode 100644 index 0000000000000..fa46ec35dc13b --- /dev/null +++ b/dev-python/xstatic-bootstrap-scss/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python Project + + + XStatic-Bootstrap-SCSS + + 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 new file mode 100644 index 0000000000000..4cc8cd0e37e5b --- /dev/null +++ b/dev-python/xstatic-bootstrap-scss/xstatic-bootstrap-scss-3.3.7.1.ebuild @@ -0,0 +1,33 @@ +# 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 +}