[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2024-05-18 Thread Michał Górny
commit: c652e44170e8cdde008b93a2d1912e849b181643
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 09:04:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 09:28:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c652e441

dev-python/sexpdata: Enable py3.13

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

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

diff --git a/dev-python/sexpdata/sexpdata-1.0.2.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
index 1b50c712d956..ea1ce8fd1842 100644
--- a/dev-python/sexpdata/sexpdata-1.0.2.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/, dev-python/sexpdata/files/

2024-02-26 Thread Michał Górny
commit: 567c4c53218b4d6c81495451fc02e4415749765e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:12:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:12:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567c4c53

dev-python/sexpdata: Remove old

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

 dev-python/sexpdata/Manifest   |  1 -
 .../sexpdata/files/sexpdata-1.0.1-setup.patch  | 16 -
 dev-python/sexpdata/sexpdata-1.0.1.ebuild  | 27 --
 3 files changed, 44 deletions(-)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index e2a13bcdf6a1..7117be739637 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,2 +1 @@
-DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 
41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213
 SHA512 
e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da
 DIST sexpdata-1.0.2.gh.tar.gz 17687 BLAKE2B 
a2840927a7f157b5d9fe0d225d46abb7928fd99b85234fc070c6203d90d8ab888339058a8c049ca6c61f843eabf8ca46443b8e00527e6c3b7aa68f0aacbede5c
 SHA512 
a300999f2e517d578203e1b7f97e664bb01cc9fa86aef616fc9ba0d568a20e4c7a9669f6f067760ddafbbf16b495233080131b7a07d33cbe5c243cb8a406ace3

diff --git a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch 
b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
deleted file mode 100644
index a647058d4cdd..
--- a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix build failure.
-/usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:75:
 _MissingDynamic: `license` defined outside of `pyproject.toml` is ignored.
-
 sexpdata-1.0.1/setup.py
-+++ sexpdata-1.0.1/setup.py
-@@ -12,10 +12,8 @@
- author='Joshua D. Boyd, Takafumi Arakaki',
- author_email='jdb...@jdboyd.net',
- url='https://github.com/jd-boyd/sexpdata',
--license='BSD License',
- description='S-expression parser for Python',
- long_description=long_description,
--keywords='s-expression, lisp, parser',
- classifiers=[
- "Development Status :: 3 - Alpha",
- 'License :: OSI Approved :: BSD License',

diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
deleted file mode 100644
index 44206508b543..
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="
-   https://github.com/jd-boyd/sexpdata/
-   https://pypi.org/project/sexpdata/
-"
-SRC_URI="
-   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-PATCHES=( "${FILESDIR}/${P}-setup.patch" )
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2024-01-09 Thread Michał Górny
commit: e14af8e6cb3678c2d508351402548eef617c8902
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 10 04:39:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 10 04:41:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14af8e6

dev-python/sexpdata: Bump to 1.0.2

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

 dev-python/sexpdata/Manifest  |  1 +
 dev-python/sexpdata/sexpdata-1.0.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index ffb8722e4b33..e2a13bcdf6a1 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1 +1,2 @@
 DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 
41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213
 SHA512 
e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da
+DIST sexpdata-1.0.2.gh.tar.gz 17687 BLAKE2B 
a2840927a7f157b5d9fe0d225d46abb7928fd99b85234fc070c6203d90d8ab888339058a8c049ca6c61f843eabf8ca46443b8e00527e6c3b7aa68f0aacbede5c
 SHA512 
a300999f2e517d578203e1b7f97e664bb01cc9fa86aef616fc9ba0d568a20e4c7a9669f6f067760ddafbbf16b495233080131b7a07d33cbe5c243cb8a406ace3

diff --git a/dev-python/sexpdata/sexpdata-1.0.2.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
new file mode 100644
index ..1b50c712d956
--- /dev/null
+++ b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="a simple S-expression parser/serializer"
+HOMEPAGE="
+   https://github.com/jd-boyd/sexpdata/
+   https://pypi.org/project/sexpdata/
+"
+SRC_URI="
+   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/files/, dev-python/sexpdata/

2023-11-21 Thread Ulrich Müller
commit: faa4e71e5377d2336d4f9e91380061e51443d23a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Nov 21 11:02:13 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Nov 21 11:02:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa4e71e

dev-python/sexpdata: Fix build failure

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch | 16 
 dev-python/sexpdata/sexpdata-1.0.1.ebuild|  2 ++
 2 files changed, 18 insertions(+)

diff --git a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch 
b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
new file mode 100644
index ..a647058d4cdd
--- /dev/null
+++ b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
@@ -0,0 +1,16 @@
+Fix build failure.
+/usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:75:
 _MissingDynamic: `license` defined outside of `pyproject.toml` is ignored.
+
+--- sexpdata-1.0.1/setup.py
 sexpdata-1.0.1/setup.py
+@@ -12,10 +12,8 @@
+ author='Joshua D. Boyd, Takafumi Arakaki',
+ author_email='jdb...@jdboyd.net',
+ url='https://github.com/jd-boyd/sexpdata',
+-license='BSD License',
+ description='S-expression parser for Python',
+ long_description=long_description,
+-keywords='s-expression, lisp, parser',
+ classifiers=[
+ "Development Status :: 3 - Alpha",
+ 'License :: OSI Approved :: BSD License',

diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
index dd901557ed02..44206508b543 100644
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
@@ -22,4 +22,6 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
+PATCHES=( "${FILESDIR}/${P}-setup.patch" )
+
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-07-24 Thread Michał Górny
commit: 3283a779c8afca20d3a7fad7dae62a991a815a92
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:19:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:34:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3283a779

dev-python/sexpdata: Remove old

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

 dev-python/sexpdata/Manifest  |  1 -
 dev-python/sexpdata/sexpdata-1.0.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index 3b9a667c8a58..ffb8722e4b33 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,2 +1 @@
-DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 
6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4
 SHA512 
1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56
 DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 
41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213
 SHA512 
e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da

diff --git a/dev-python/sexpdata/sexpdata-1.0.0.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.0.ebuild
deleted file mode 100644
index a8bddef80449..
--- a/dev-python/sexpdata/sexpdata-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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="a simple S-expression parser/serializer"
-HOMEPAGE="
-   https://github.com/jd-boyd/sexpdata/
-   https://pypi.org/project/sexpdata/
-"
-SRC_URI="
-   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-06-06 Thread Michał Górny
commit: ab5a338d27feaa5303fbf577bd6afb2bf95e7a89
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 05:06:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 05:09:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5a338d

dev-python/sexpdata: Enable py3.12

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

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

diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
index 0701002c9691..dd901557ed02 100644
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-06-06 Thread Michał Górny
commit: d7c97ebbfce54f236d4ea5e433a41769474ab86e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 04:42:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 05:09:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c97ebb

dev-python/sexpdata: Bump to 1.0.1

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

 dev-python/sexpdata/Manifest  |  1 +
 dev-python/sexpdata/sexpdata-1.0.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index f073d38fc5bb..3b9a667c8a58 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1 +1,2 @@
 DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 
6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4
 SHA512 
1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56
+DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 
41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213
 SHA512 
e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da

diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
new file mode 100644
index ..0701002c9691
--- /dev/null
+++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
@@ -0,0 +1,25 @@
+# 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_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="a simple S-expression parser/serializer"
+HOMEPAGE="
+   https://github.com/jd-boyd/sexpdata/
+   https://pypi.org/project/sexpdata/
+"
+SRC_URI="
+   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-05-20 Thread Ulrich Müller
commit: c061894981ebd82500bcb5c1baf867625f6b17b2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat May 20 09:13:50 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May 20 09:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0618949

dev-python/sexpdata: update maintainers

Acked-by: Michał Górny  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-python/sexpdata/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
index 9039b87ed051..6f1b50d360fb 100644
--- a/dev-python/sexpdata/metadata.xml
+++ b/dev-python/sexpdata/metadata.xml
@@ -2,8 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

-   lay...@gentoo.org
-   Gentoo Layman team
+   pyt...@gentoo.org


jd-boyd/sexpdata



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-03-16 Thread Michał Górny
commit: b820e5301d91bb04049face261eb01bfa73701c9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:31:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 16:31:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b820e530

dev-python/sexpdata: Remove old

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

 dev-python/sexpdata/Manifest |  2 --
 dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild | 19 --
 dev-python/sexpdata/sexpdata-0.0.4.ebuild| 30 
 3 files changed, 51 deletions(-)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index a0d4e8a4a04a..f073d38fc5bb 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,3 +1 @@
-DIST sexpdata-0.0.3.tar.gz 13105 BLAKE2B 
36c4082a63f6748759d71fc38a056ecb7467eafebf0a1a0b006fbef1302488f23a859462c9526dc365f7c88b8b6c331dc6e4892e1d96358abb44ca60a909d283
 SHA512 
03d4d1557bcc950124e408d6870894c8ee9e72a2ee83c881adf48f8e53bdf3744b4f3e3e133a74a195d236424b434cc690583a68d8395324ca4e84947e548501
-DIST sexpdata-0.0.4.gh.tar.gz 16489 BLAKE2B 
56a8140fdc92c5802f4c4dc0b699c1492bc7c27aa5999f10a60c5da3ab1f0bcc8875c00ec30c7129064267d63fe21375818b19d0f554d5db5d77936c46c9dc2f
 SHA512 
c3d542000f15ec2220bc5cbff07633ae690fdc676b71d447290f5e20f5930d84840c92cc5827d0dd848f63740ad8edec9583f98df11214a867b212282d5a7236
 DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 
6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4
 SHA512 
1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
deleted file mode 100644
index adb368e69234..
--- a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="https://github.com/jd-boyd/sexpdata;
-SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests nose

diff --git a/dev-python/sexpdata/sexpdata-0.0.4.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.4.ebuild
deleted file mode 100644
index 641292ff7ba9..
--- a/dev-python/sexpdata/sexpdata-0.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="a simple S-expression parser/serializer"
-HOMEPAGE="
-   https://github.com/jd-boyd/sexpdata/
-   https://pypi.org/project/sexpdata/
-"
-SRC_URI="
-   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:install_requires\.append.*:pass:' setup.py || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-03-03 Thread Michał Górny
commit: 08b13b4312ba3383d26c1b2df6ac512e23f1aa2e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:09:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:48:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b13b43

dev-python/sexpdata: Bump to 1.0.0

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

 dev-python/sexpdata/Manifest  |  1 +
 dev-python/sexpdata/sexpdata-1.0.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index 1db82811e710..a0d4e8a4a04a 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,2 +1,3 @@
 DIST sexpdata-0.0.3.tar.gz 13105 BLAKE2B 
36c4082a63f6748759d71fc38a056ecb7467eafebf0a1a0b006fbef1302488f23a859462c9526dc365f7c88b8b6c331dc6e4892e1d96358abb44ca60a909d283
 SHA512 
03d4d1557bcc950124e408d6870894c8ee9e72a2ee83c881adf48f8e53bdf3744b4f3e3e133a74a195d236424b434cc690583a68d8395324ca4e84947e548501
 DIST sexpdata-0.0.4.gh.tar.gz 16489 BLAKE2B 
56a8140fdc92c5802f4c4dc0b699c1492bc7c27aa5999f10a60c5da3ab1f0bcc8875c00ec30c7129064267d63fe21375818b19d0f554d5db5d77936c46c9dc2f
 SHA512 
c3d542000f15ec2220bc5cbff07633ae690fdc676b71d447290f5e20f5930d84840c92cc5827d0dd848f63740ad8edec9583f98df11214a867b212282d5a7236
+DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 
6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4
 SHA512 
1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56

diff --git a/dev-python/sexpdata/sexpdata-1.0.0.ebuild 
b/dev-python/sexpdata/sexpdata-1.0.0.ebuild
new file mode 100644
index ..a8bddef80449
--- /dev/null
+++ b/dev-python/sexpdata/sexpdata-1.0.0.ebuild
@@ -0,0 +1,25 @@
+# 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="a simple S-expression parser/serializer"
+HOMEPAGE="
+   https://github.com/jd-boyd/sexpdata/
+   https://pypi.org/project/sexpdata/
+"
+SRC_URI="
+   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2023-02-10 Thread Michał Górny
commit: 8c09fe02d1c69ec2f3bc02395f57ad6b705f241f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 10 12:58:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 10 13:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c09fe02

dev-python/sexpdata: Bump to 0.0.4

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

 dev-python/sexpdata/Manifest  |  1 +
 dev-python/sexpdata/sexpdata-0.0.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index 55f10f72636c..1db82811e710 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1 +1,2 @@
 DIST sexpdata-0.0.3.tar.gz 13105 BLAKE2B 
36c4082a63f6748759d71fc38a056ecb7467eafebf0a1a0b006fbef1302488f23a859462c9526dc365f7c88b8b6c331dc6e4892e1d96358abb44ca60a909d283
 SHA512 
03d4d1557bcc950124e408d6870894c8ee9e72a2ee83c881adf48f8e53bdf3744b4f3e3e133a74a195d236424b434cc690583a68d8395324ca4e84947e548501
+DIST sexpdata-0.0.4.gh.tar.gz 16489 BLAKE2B 
56a8140fdc92c5802f4c4dc0b699c1492bc7c27aa5999f10a60c5da3ab1f0bcc8875c00ec30c7129064267d63fe21375818b19d0f554d5db5d77936c46c9dc2f
 SHA512 
c3d542000f15ec2220bc5cbff07633ae690fdc676b71d447290f5e20f5930d84840c92cc5827d0dd848f63740ad8edec9583f98df11214a867b212282d5a7236

diff --git a/dev-python/sexpdata/sexpdata-0.0.4.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.4.ebuild
new file mode 100644
index ..641292ff7ba9
--- /dev/null
+++ b/dev-python/sexpdata/sexpdata-0.0.4.ebuild
@@ -0,0 +1,30 @@
+# 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="a simple S-expression parser/serializer"
+HOMEPAGE="
+   https://github.com/jd-boyd/sexpdata/
+   https://pypi.org/project/sexpdata/
+"
+SRC_URI="
+   https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:install_requires\.append.*:pass:' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2022-08-08 Thread Jakov Smolić
commit: db3ebe13cb4af244cff4f85ab56d61ee52a56a80
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Aug  8 19:51:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Aug  8 19:59:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3ebe13

Revert "app-python/sexpdata: ~riscv keywording"

This reverts commit 69ce582ed1f0391f34cca1bcd501188b5c83e13d.

It's unclear how this package was tested, revert until it's proven to
work on RISC-V.

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
index b02a4baffc7a..cef2841d5473 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
@@ -14,6 +14,6 @@ 
SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2022-07-31 Thread Jakov Smolić
commit: 69ce582ed1f0391f34cca1bcd501188b5c83e13d
Author: Atharva  protonmail  com>
AuthorDate: Sun Jul 31 11:54:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 16:08:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ce582e

app-python/sexpdata: ~riscv keywording

Signed-off-by: Atharva  protonmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
index cef2841d5473..b02a4baffc7a 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
@@ -14,6 +14,6 @@ 
SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2022-04-11 Thread Michał Górny
commit: 9251ee9e68c129389b571a73f9f12d5e2cbeeea6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 11 09:15:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 11 09:17:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9251ee9e

dev-python/sexpdata: Remove old

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

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
deleted file mode 100644
index e4d0ca64c36a..
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="https://github.com/jd-boyd/sexpdata;
-SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2022-01-30 Thread Michał Górny
commit: a9d4e98ddf2de49bb821ebd028fae4a930d12fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 30 12:46:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 30 13:09:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d4e98d

dev-python/sexpdata: Switch to PEP 517 build

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

 dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
new file mode 100644
index ..cef2841d5473
--- /dev/null
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="a simple S-expression parser/serializer"
+HOMEPAGE="https://github.com/jd-boyd/sexpdata;
+SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2021-05-23 Thread Michał Górny
commit: 37c99eb352dd5078f41a187e5fb29ed53c35a8ff
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 11:31:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 11:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c99eb3

dev-python/sexpdata: Enable py3.9 & py3.10

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

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index 5eb8bbd6f85..e4d0ca64c36 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
@@ -15,11 +15,5 @@ 
SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   nosetests || die
-}
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-12-11 Thread Michał Górny
commit: 4b479e55da92e89ca1f443e1992faf5b61005ff8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 11 15:11:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 11 15:16:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b479e55

dev-python/sexpdata: Update HOMEPAGE

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

 dev-python/sexpdata/metadata.xml | 3 ++-
 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
index 3dabd781b02..624f3f3c1cd 100644
--- a/dev-python/sexpdata/metadata.xml
+++ b/dev-python/sexpdata/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Layman team


-   tkf/sexpdata
+   jd-boyd/sexpdata
+   sexpdata

 

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index a6df09476ee..ccbc8d50d08 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -9,8 +9,8 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="https://github.com/tkf/sexpdata;
-SRC_URI="https://github.com/tkf/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/jd-boyd/sexpdata;
+SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-10-07 Thread Brian Dolbec
commit: b32f99b94e4f8f306427e636684426bf346d3524
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Oct  7 13:30:44 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Oct  7 14:09:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32f99b9

dev-python/sexpdata: Set DISTUTILS_USE_SETUPTOOLS=no

Closes: https://bugs.gentoo.org/746470
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index d04ff273342..a6df09476ee 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-06-15 Thread Sergei Trofimovich
commit: 55415510645cffcb9536f34ae7183bed4028d393
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 15 18:04:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 15 18:04:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55415510

dev-python/sexpdata: keyworded 0.0.3-r1 for ppc

keyworded wrt bug #711806

Package-Manager: Portage-2.3.101, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index 99c85b495e5..d04ff273342 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/tkf/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-06-04 Thread Matt Turner
commit: 107e94caf43bbc80fb74d33b182b003629ccb0a6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jun  4 06:25:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jun  4 06:33:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e94ca

dev-python/sexpdata: Fix indentation

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/sexpdata/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
index 4c2e02398eb..3dabd781b02 100644
--- a/dev-python/sexpdata/metadata.xml
+++ b/dev-python/sexpdata/metadata.xml
@@ -5,7 +5,7 @@
lay...@gentoo.org
Gentoo Layman team

-  
-tkf/sexpdata
-  
+   
+   tkf/sexpdata
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-04-24 Thread Brian Dolbec
commit: b48359be8173f4fa7993c2708465290281fdfc19
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Apr 23 19:23:38 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Apr 24 21:41:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48359be

dev-python/sexpdata: Add python 3.7, 3.8

Update maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/sexpdata/metadata.xml | 5 -
 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
index 9f415dca82a..4c2e02398eb 100644
--- a/dev-python/sexpdata/metadata.xml
+++ b/dev-python/sexpdata/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+   
+   lay...@gentoo.org
+   Gentoo Layman team
+   
   
 tkf/sexpdata
   

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index b0baea02ce4..99c85b495e5 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=(python3_6)
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2020-02-05 Thread Michał Górny
commit: f84efc0da790cc828c1f98b2e726056b042d27f8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 05:49:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 05:59:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84efc0d

dev-python/sexpdata: Remove py2

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

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index 1f1fbd53322..b0baea02ce4 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2017-05-11 Thread Manuel Rüger
commit: c2f56708f7a84ca518c99a43b3b1a7a8d0b705a1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May 11 13:21:14 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May 11 13:21:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f56708

dev-python/sexpdata: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index 1a0df6e0c20..5fec53a2f4f 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -1,9 +1,9 @@
-# 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=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit distutils-r1
 
@@ -13,8 +13,11 @@ 
SRC_URI="https://github.com/tkf/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
 
-DEPEND=""
-RDEPEND=""
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2016-08-07 Thread Pacho Ramos
commit: fc621a5370c920e3f61beb2a4a261f4e5b6b14e3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 08:13:21 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 08:13:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc621a53

dev-python/sexpdata: Cleanup per bug #498492

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
index ce4e51d..df41c99 100644
--- a/dev-python/sexpdata/metadata.xml
+++ b/dev-python/sexpdata/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jauh...@gentoo.org
-Jauhien Piatlicki
-  
   
 tkf/sexpdata
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/

2016-01-17 Thread Jauhien Piatlicki
commit: 119c18586bfadf9abcf1c93948421d51a7be7329
Author: Jauhien Piatlicki  gentoo  org>
AuthorDate: Sun Jan 17 23:12:54 2016 +
Commit: Jauhien Piatlicki  gentoo  org>
CommitDate: Sun Jan 17 23:18:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c1858

dev-python/sexpdata: new PYTHON_COMPAT version

Package-Manager: portage-2.2.26

 .../sexpdata/{sexpdata-0.0.3.ebuild => sexpdata-0.0.3-r1.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sexpdata/sexpdata-0.0.3.ebuild 
b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
similarity index 80%
rename from dev-python/sexpdata/sexpdata-0.0.3.ebuild
rename to dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index dd2f504..345248f 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
 inherit distutils-r1