commit:     81b4cb0c451dfae337ba4f14d50a27740e02f856
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 19:08:48 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 19:13:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b4cb0c

dev-python/xstatic-bootstrap-scss: new package

Dependency of ARA.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/xstatic-bootstrap-scss/Manifest         |  1 +
 dev-python/xstatic-bootstrap-scss/metadata.xml     | 11 ++++++++
 .../xstatic-bootstrap-scss-3.3.7.1.ebuild          | 33 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/xstatic-bootstrap-scss/Manifest 
b/dev-python/xstatic-bootstrap-scss/Manifest
new file mode 100644
index 00000000000..03e03073fe3
--- /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 00000000000..fa46ec35dc1
--- /dev/null
+++ b/dev-python/xstatic-bootstrap-scss/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</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
new file mode 100644
index 00000000000..4cc8cd0e37e
--- /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
+}

Reply via email to