* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2017-09-24 10:17 Zac Medico
0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2017-09-24 10:17 UTC (permalink / raw
To: gentoo-commits
commit: d6a421a790e3da39b8f450098f92f37be1b3f83b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 09:05:08 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 10:16:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a421a7
dev-python/basho-erlastic: new package
Package-Manager: Portage-2.3.10, Repoman-2.3.3
dev-python/basho-erlastic/Manifest | 1 +
.../basho-erlastic/basho-erlastic-2.1.1.ebuild | 24 ++++++++++++++++++++++
dev-python/basho-erlastic/metadata.xml | 11 ++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-python/basho-erlastic/Manifest b/dev-python/basho-erlastic/Manifest
new file mode 100644
index 00000000000..3e4a75ee793
--- /dev/null
+++ b/dev-python/basho-erlastic/Manifest
@@ -0,0 +1 @@
+DIST basho-erlastic-2.1.1.tar.gz 9298 SHA256 d1596a881437f2be71a8426efed1566b7faefb97234cb21440700ecc8367c545 SHA512 bc8666b2e9ffba3e5c7105d1502423a1b0861047218ad18524ad77853137dea5f17c64d6cbb9cdbc6ac6e207b0a2f9a57d65e5c4cac67172654c5eb92ac7ae2e WHIRLPOOL be0c5bd6a4c5b6e553ec782937089e2f81a90b0192bbb92c9481c27a4b0b10ddf8527e7316ea31818ff416bb52e6c693767f2cb8ac9eb4591d81b4297c1bce3c
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
new file mode 100644
index 00000000000..1343d4db951
--- /dev/null
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 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
+
+DESCRIPTION="Erlang binary term codec and port interface."
+HOMEPAGE="https://github.com/basho/python-erlastic/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ "${PYTHON:-python}" tests.py || die
+}
diff --git a/dev-python/basho-erlastic/metadata.xml b/dev-python/basho-erlastic/metadata.xml
new file mode 100644
index 00000000000..d1732d51c86
--- /dev/null
+++ b/dev-python/basho-erlastic/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="pypi">basho-erlastic</remote-id>
+ <remote-id type="github">basho/python-erlastic</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2019-03-16 22:57 Anthony G. Basile
0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile @ 2019-03-16 22:57 UTC (permalink / raw
To: gentoo-commits
commit: f6bd873f435c144d190fa958fcb662192b6adb48
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 22:56:37 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 22:57:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bd873f
dev-python/basho-erlastic: keyword ~arm
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 1343d4db951..9aaf9923f50 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2019-04-27 19:54 Anthony G. Basile
0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile @ 2019-04-27 19:54 UTC (permalink / raw
To: gentoo-commits
commit: c281253b34f3dac6dd667ad71d77c9b12d809245
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 19:43:23 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 19:54:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c281253b
dev-python/basho-erlastic: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 5c20c974be2..d8bfc1e1b3e 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2020-02-04 13:32 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-04 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 13:16:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 13:16:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf97f40
dev-python/basho-erlastic: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 39b77504247..4985dad88ad 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.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] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2020-04-22 18:40 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-04-22 18:40 UTC (permalink / raw
To: gentoo-commits
commit: bf9cd5bfcd8f39a8457ce29aa2a3c561396b1166
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 16:07:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 18:40:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9cd5bf
dev-python/basho-erlastic: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 4985dad88ad..e0fe0085086 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
-DESCRIPTION="Erlang binary term codec and port interface."
+DESCRIPTION="Erlang binary term codec and port interface"
HOMEPAGE="https://github.com/basho/python-erlastic/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2021-05-23 10:48 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2021-05-23 10:48 UTC (permalink / raw
To: gentoo-commits
commit: c50dc202fb19171fd82f7c1db97b7fdda0980306
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 10:39:08 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 10:48:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50dc202
dev-python/basho-erlastic: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 452fa4b2560..2a1385ad5f3 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
@@ -16,9 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- "${PYTHON:-python}" tests.py || die
+ "${EPYTHON}" tests.py || die
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2023-01-31 17:13 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-01-31 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 531513e03f36f9aadc2db70bffbd5033c6ac4d95
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 17:13:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 17:13:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531513e0
dev-python/basho-erlastic: EAPI 8, PEP517, py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../basho-erlastic/basho-erlastic-2.1.1-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
new file mode 100644
index 000000000000..983e8fe7fba3
--- /dev/null
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Erlang binary term codec and port interface"
+HOMEPAGE="
+ https://github.com/basho/python-erlastic/
+ https://pypi.org/project/basho-erlastic/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ "${EPYTHON}" tests.py || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2023-03-17 15:21 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-03-17 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 79463e1fd09a14beb5fc3eba11b635d50da6704c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:58:32 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:20:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79463e1f
dev-python/basho-erlastic: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
index 983e8fe7fba3..f7879dc1a593 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Erlang binary term codec and port interface"
HOMEPAGE="
https://github.com/basho/python-erlastic/
https://pypi.org/project/basho-erlastic/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2023-05-31 13:58 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-05-31 13:58 UTC (permalink / raw
To: gentoo-commits
commit: f5dbaafa2574142192acdc5015393ed8a59a1a0b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 13:53:58 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 13:58:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5dbaafa
dev-python/basho-erlastic: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
index f7879dc1a593..c452174b517c 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
@ 2024-05-17 14:26 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-05-17 14:26 UTC (permalink / raw
To: gentoo-commits
commit: f2755b5e1105af885dbf1e3d9e961f5380f675b7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 14:04:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 14:26:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2755b5e
dev-python/basho-erlastic: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
index c452174b517c..eed7f5ce66a4 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-05-17 14:26 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 18:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-17 14:26 Michał Górny
2023-05-31 13:58 Michał Górny
2023-03-17 15:21 Michał Górny
2023-01-31 17:13 Michał Górny
2021-05-23 10:48 Michał Górny
2020-02-04 13:32 Michał Górny
2019-04-27 19:54 Anthony G. Basile
2019-03-16 22:57 Anthony G. Basile
2017-09-24 10:17 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox