public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-jquery/
@ 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:     a86d2666f66a0f7b65dca9ac86a2667bc1fd28ee
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 19:09:25 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 19:13:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86d2666

dev-python/xstatic-jquery: new package.

Dependency of ARA.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/xstatic-jquery/Manifest b/dev-python/xstatic-jquery/Manifest
new file mode 100644
index 00000000000..8029dd55291
--- /dev/null
+++ b/dev-python/xstatic-jquery/Manifest
@@ -0,0 +1 @@
+DIST xstatic-jquery-1.10.2.1.tar.gz 116458 BLAKE2B cc02edfbbab45bbf397923188f163df8c6567789d9c0704947804047f0067bbee9ddf0b1b96d477d25d79bc65bc4bf5891e2a88beeac1ae92279c0eecc842304 SHA512 1f77c82d0025ba0fe56934d76fb5dfc0929bd91b18e6141023246e5ed1358600cb10a9b69be806bdfac29df83e42572ab8c8aa8da40b688d02711aadff393270

diff --git a/dev-python/xstatic-jquery/metadata.xml b/dev-python/xstatic-jquery/metadata.xml
new file mode 100644
index 00000000000..8768d46bf62
--- /dev/null
+++ b/dev-python/xstatic-jquery/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-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
new file mode 100644
index 00000000000..6b3ba86d8c8
--- /dev/null
+++ b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.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-jQuery"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="XStatic jQuery package"
+HOMEPAGE="https://pypi.org/project/XStatic-jQuery"
+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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-jquery/
@ 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:     24918e6f60a3409cf141a77e1c6302f74daa756e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 07:01:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 07:08:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24918e6f

dev-python/xstatic-jquery: Remove py2

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

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

diff --git a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
index 93c4e97957e..931ec2ce546 100644
--- a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
+++ b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.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

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

commit:     5eef33c845987dc2e19c41e576667ba6964907d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:21:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:21:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eef33c8

dev-python/xstatic-jquery: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719660
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xstatic-jquery/Manifest                 |  1 -
 dev-python/xstatic-jquery/metadata.xml             | 11 -------
 .../xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild  | 34 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/xstatic-jquery/Manifest b/dev-python/xstatic-jquery/Manifest
deleted file mode 100644
index 8029dd55291..00000000000
--- a/dev-python/xstatic-jquery/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xstatic-jquery-1.10.2.1.tar.gz 116458 BLAKE2B cc02edfbbab45bbf397923188f163df8c6567789d9c0704947804047f0067bbee9ddf0b1b96d477d25d79bc65bc4bf5891e2a88beeac1ae92279c0eecc842304 SHA512 1f77c82d0025ba0fe56934d76fb5dfc0929bd91b18e6141023246e5ed1358600cb10a9b69be806bdfac29df83e42572ab8c8aa8da40b688d02711aadff393270

diff --git a/dev-python/xstatic-jquery/metadata.xml b/dev-python/xstatic-jquery/metadata.xml
deleted file mode 100644
index 8768d46bf62..00000000000
--- a/dev-python/xstatic-jquery/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</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
deleted file mode 100644
index 931ec2ce546..00000000000
--- a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.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-jQuery"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="XStatic jQuery package"
-HOMEPAGE="https://pypi.org/project/XStatic-jQuery"
-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
-}


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

end of thread, other threads:[~2020-05-31 10:22 UTC | newest]

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

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