public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic/
@ 2018-06-19 19:13 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-06-19 19:13 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/xstatic: new package.

Dependency of ARA.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/xstatic/Manifest             |  1 +
 dev-python/xstatic/metadata.xml         | 11 +++++++++++
 dev-python/xstatic/xstatic-1.0.1.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/xstatic/Manifest b/dev-python/xstatic/Manifest
new file mode 100644
index 00000000000..d013a21ef94
--- /dev/null
+++ b/dev-python/xstatic/Manifest
@@ -0,0 +1 @@
+DIST xstatic-1.0.1.tar.gz 2588 BLAKE2B 55e937e62cb845a9095d41b42b484d740557681f4b811522093c6486d97b9e5daa3d12af953bc24a37ed39df58d3adad1cb578ca434b8c0cf0ab4f4b23fff0ff SHA512 03b227a5971959c79c6b389d3bd1f6db724a439101599b8ae65b7d010712184308e30377125bbf24ce84994aa6e9add3d462fba9bee0008154d3753d3199040f

diff --git a/dev-python/xstatic/metadata.xml b/dev-python/xstatic/metadata.xml
new file mode 100644
index 00000000000..8768d46bf62
--- /dev/null
+++ b/dev-python/xstatic/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>python@gentoo.org</email>
+    <name>Python Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">XStatic</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild
new file mode 100644
index 00000000000..028142ca6ed
--- /dev/null
+++ b/dev-python/xstatic/xstatic-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# 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"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="XStatic base package with minimal support code"
+HOMEPAGE="https://pypi.org/project/XStatic"
+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"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
+
+#python_install() {
+#	distutils-r1_python_install
+#	find "${ED}" -name '*.pth' -delete || die
+#}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic/
@ 2018-06-21 15:33 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-06-21 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     acaacd6646a6be39c12154896209158071ba1397
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 15:33:26 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 15:33:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acaacd66

dev-python/xstatic: remove pth files.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/xstatic/xstatic-1.0.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild
index 028142ca6ed..d529011edda 100644
--- a/dev-python/xstatic/xstatic-1.0.1.ebuild
+++ b/dev-python/xstatic/xstatic-1.0.1.ebuild
@@ -23,7 +23,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"
 
-#python_install() {
-#	distutils-r1_python_install
-#	find "${ED}" -name '*.pth' -delete || die
-#}
+python_install() {
+	distutils-r1_python_install
+	find "${ED}" -name '*.pth' -delete || die
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic/
@ 2020-02-06  7:10 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-06  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     506b897c9b53532524207063736d6d6d60bc41f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 07:02:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 07:08:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506b897c

dev-python/xstatic: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xstatic/xstatic-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild
index 3a15e0978d4..ebf39fd817e 100644
--- a/dev-python/xstatic/xstatic-1.0.1.ebuild
+++ b/dev-python/xstatic/xstatic-1.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-06  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 15:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06  7:10 Michał Górny
2018-06-19 19:13 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox