public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2016-08-09 23:52 Brian Dolbec
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2016-08-09 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a903155694d535c3d8cc961c652a9831aa727a2e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 22:02:39 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 23:47:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9031556

dev-python/pyjade: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/pyjade/Manifest            |  1 +
 dev-python/pyjade/metadata.xml        | 24 ++++++++++++++++++++++++
 dev-python/pyjade/pyjade-4.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest
new file mode 100644
index 0000000..8392c09
--- /dev/null
+++ b/dev-python/pyjade/Manifest
@@ -0,0 +1 @@
+DIST pyjade-4.0.0.tar.gz 29251 SHA256 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7 SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 WHIRLPOOL d1527b7d792551f6fc015c6c1fd7b6d9d37e252e7e45d2c2915e53f70456ac41caaa97482fa7a0af290df5cfe071e97488e622f0ed41bdd3c4339e681d3e7baa

diff --git a/dev-python/pyjade/metadata.xml b/dev-python/pyjade/metadata.xml
new file mode 100644
index 0000000..e63eabf
--- /dev/null
+++ b/dev-python/pyjade/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dolsen@gentoo.org</email>
+		<name>Brian Dolbec</name>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>me@syrusakbary.com</email>
+			<name>Syrus Akbary</name>
+		</maintainer>
+		<remote-id type="pypi">pyjade</remote-id>
+	</upstream>
+<longdescription>PyJade is a high performance port of Jade-lang for python,
+that converts any .jade source to the each Template-language (Django,
+Jinja2, Mako or Tornado).
+</longdescription>
+</pkgmetadata>

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
new file mode 100644
index 0000000..ead85ad
--- /dev/null
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Jade syntax adapter for Django, Jinja2 and Mako templates"
+HOMEPAGE="https://github.com/syrusakbary/pyjade"
+SRC_URI="https://pypi.python.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/django[${PYTHON_USEDEP}]
+		dev-python/jinja[${PYTHON_USEDEP}]
+		www-servers/tornado[${PYTHON_USEDEP}]
+		dev-python/pyramid[${PYTHON_USEDEP}]
+		dev-python/mako[${PYTHON_USEDEP}]
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2017-05-16  2:10 Brian Dolbec
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2017-05-16  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     78e7ff97078f4f1c40fd98f65a4dcb5c5d5f510c
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 23:26:23 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 16 02:07:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e7ff97

dev-python/pyjade: Add python-3.5 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

 dev-python/pyjade/pyjade-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 2274300f399..901797e02ac 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2017-11-23 21:21 Brian Dolbec
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2017-11-23 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     20453be6ac7b4b3ca5fc1549a6800dcd660a51e9
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 21:06:27 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 21:20:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20453be6

dev-python/pyjade: Add py3.6 to python compat

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/pyjade/Manifest            | 2 +-
 dev-python/pyjade/pyjade-4.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest
index 8392c099212..e00e5d59127 100644
--- a/dev-python/pyjade/Manifest
+++ b/dev-python/pyjade/Manifest
@@ -1 +1 @@
-DIST pyjade-4.0.0.tar.gz 29251 SHA256 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7 SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 WHIRLPOOL d1527b7d792551f6fc015c6c1fd7b6d9d37e252e7e45d2c2915e53f70456ac41caaa97482fa7a0af290df5cfe071e97488e622f0ed41bdd3c4339e681d3e7baa
+DIST pyjade-4.0.0.tar.gz 29251 BLAKE2B 0a2ffb949022e9bb9bb12d9a1fa7680650a14634158429b2256320b2a75acc06e6c2ee0cbcd7ffba1263f6bfbbd40b097d7bb99f7e3a8fef95951c413f6e515f SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 901797e02ac..1d6380b9b40 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2018-04-26 19:19 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-04-26 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     750bc5149b05997bd238365f080daf75fd481120
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 16:22:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 19:19:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750bc514

dev-python/pyjade: Remove python@ from maintainers

The package looks dead and it has only one revdep: buildbot.

 dev-python/pyjade/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pyjade/metadata.xml b/dev-python/pyjade/metadata.xml
index b725ea14b86..221dfc297a5 100644
--- a/dev-python/pyjade/metadata.xml
+++ b/dev-python/pyjade/metadata.xml
@@ -5,10 +5,6 @@
 		<email>dolsen@gentoo.org</email>
 		<name>Brian Dolbec</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
 	<upstream>
 		<maintainer>
 			<email>me@syrusakbary.com</email>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2018-11-01 10:54 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-11-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a74ce1d609b291682458faf5349be01f223b512a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 10:53:17 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 10:53:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74ce1d6

dev-python/pyjade: test need broken pyramid

Bug: https://bugs.gentoo.org/509518
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pyjade/pyjade-4.0.0.ebuild | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 1d6380b9b40..80917285ccf 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,17 +13,18 @@ SRC_URI="https://pypi.python.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
+
+RESTRICT="test" # Need broken pyramid, bug #509518
+IUSE="" #test
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/django[${PYTHON_USEDEP}]
-		dev-python/jinja[${PYTHON_USEDEP}]
-		www-servers/tornado[${PYTHON_USEDEP}]
-		dev-python/pyramid[${PYTHON_USEDEP}]
-		dev-python/mako[${PYTHON_USEDEP}]
-	)
-"
+DEPEND="${RDEPEND}"
+#	test? (
+#		dev-python/nose[${PYTHON_USEDEP}]
+#		dev-python/django[${PYTHON_USEDEP}]
+#		dev-python/jinja[${PYTHON_USEDEP}]
+#		www-servers/tornado[${PYTHON_USEDEP}]
+#		dev-python/pyramid[${PYTHON_USEDEP}]
+#		dev-python/mako[${PYTHON_USEDEP}]
+#	)
+


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/
@ 2018-11-01 10:54 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-11-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d1474fc8328bf8afcf6c2fe32dad4610808bf02b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 10:53:42 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 10:53:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1474fc8

dev-python/pyjade: Make repoman more happy

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pyjade/pyjade-4.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 80917285ccf..9da717753a4 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -27,4 +27,3 @@ DEPEND="${RDEPEND}"
 #		dev-python/pyramid[${PYTHON_USEDEP}]
 #		dev-python/mako[${PYTHON_USEDEP}]
 #	)
-


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

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

commit:     b27c5fac3175ff753addbd17cac75d45eb0a0307
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 19:28:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 19:37:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27c5fac

dev-python/pyjade: Remove py2

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

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

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 52ad28eff41..17d9fb8b211 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2020-02-05 19:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 23:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/ Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2017-05-16  2:10 Brian Dolbec
2017-11-23 21:21 Brian Dolbec
2018-04-26 19:19 Michał Górny
2018-11-01 10:54 Pacho Ramos
2018-11-01 10:54 Pacho Ramos
2020-02-05 19:37 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