public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/js2py/
@ 2020-05-03 14:40 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2020-05-03 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     715f1e38318898a0db067dac413d8b758d9868e9
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun May  3 14:40:07 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Sun May  3 14:40:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=715f1e38

dev-python/js2py: new package; add version 0.70

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 dev-python/js2py/Manifest          |  1 +
 dev-python/js2py/js2py-0.70.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-python/js2py/metadata.xml      | 12 ++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/js2py/Manifest b/dev-python/js2py/Manifest
new file mode 100644
index 0000000..f19a0de
--- /dev/null
+++ b/dev-python/js2py/Manifest
@@ -0,0 +1 @@
+DIST Js2Py-0.70.tar.gz 562038 BLAKE2B 4d6fe0d6b756a7c007e8995184e687c7e8dd7d7efd9e2da2eeb707a7f7289827eb4ed76b1394a2394666c17da9550e2f88abfbccac47f671284a9d5dbf90f556 SHA512 49ac5bda8718c11a2607992659f0f3ccbf27cd6194878ca5f65184eaee1ad795f91136b870310a0f0fe6fae7d4e9a33c268e0ca811566ac522e37026c7ebe876

diff --git a/dev-python/js2py/js2py-0.70.ebuild b/dev-python/js2py/js2py-0.70.ebuild
new file mode 100644
index 0000000..89200c2
--- /dev/null
+++ b/dev-python/js2py/js2py-0.70.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Js2Py"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="JavaScript to Python Translator & JavaScript interpreter written in Python"
+HOMEPAGE="
+	https://github.com/PiotrDabkowski/Js2Py
+	https://pypi.org/project/Js2Py/
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/pyjsparser-2.5.1[${PYTHON_USEDEP}]
+	>=dev-python/tzlocal-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-python/js2py/metadata.xml b/dev-python/js2py/metadata.xml
new file mode 100644
index 0000000..baea7a9
--- /dev/null
+++ b/dev-python/js2py/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>xgqt@protonmail.com</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">PiotrDabkowski/Js2Py</remote-id>
+    <remote-id type="pypi">Js2Py</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/js2py/
  2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master commit in: dev-python/js2py/ Andrew Ammerlaan
@ 2020-06-09 14:57 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6642120e1da9f67da8aa92bfca62a31d71702b59
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun  9 14:54:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun  9 14:54:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6642120e

dev-python/js2py: add py3_8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/dev-python/js2py/js2py-0.70.ebuild b/dev-python/js2py/js2py-0.70.ebuild
index 89200c2..e0a6d6f 100644
--- a/dev-python/js2py/js2py-0.70.ebuild
+++ b/dev-python/js2py/js2py-0.70.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Js2Py"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/js2py/
@ 2020-06-09 16:37 Andrew Ammerlaan
  2020-06-09 14:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6642120e1da9f67da8aa92bfca62a31d71702b59
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun  9 14:54:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun  9 14:54:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6642120e

dev-python/js2py: add py3_8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/dev-python/js2py/js2py-0.70.ebuild b/dev-python/js2py/js2py-0.70.ebuild
index 89200c2..e0a6d6f 100644
--- a/dev-python/js2py/js2py-0.70.ebuild
+++ b/dev-python/js2py/js2py-0.70.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Js2Py"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2020-06-09 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master commit in: dev-python/js2py/ Andrew Ammerlaan
2020-06-09 14:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-03 14:40 Maciej Barć

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