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

2024-05-05 Thread Joonas Niilola
commit: cc5d501d80f4ff6a95142fe9ccd037e1bda933b4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May  5 06:04:46 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May  5 06:04:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5d501d

dev-python/unasync: Keyword 0.6.0-r1 x86, #931193

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.6.0-r1.ebuild 
b/dev-python/unasync/unasync-0.6.0-r1.ebuild
index 7e093345d3f1..91eebfdb534d 100644
--- a/dev-python/unasync/unasync-0.6.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.6.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \



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

2024-05-04 Thread Michał Górny
commit: c707894138a6550681a0cfa1e7207a18e5501ec8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 07:19:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 07:25:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7078941

dev-python/unasync: Add missing RDEPEND

Closes: https://bugs.gentoo.org/931191
Closes: https://bugs.gentoo.org/931192
Signed-off-by: Michał Górny  gentoo.org>

 .../unasync/{unasync-0.6.0.ebuild => unasync-0.6.0-r1.ebuild}  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/unasync/unasync-0.6.0.ebuild 
b/dev-python/unasync/unasync-0.6.0-r1.ebuild
similarity index 83%
rename from dev-python/unasync/unasync-0.6.0.ebuild
rename to dev-python/unasync/unasync-0.6.0-r1.ebuild
index d01028044749..7e093345d3f1 100644
--- a/dev-python/unasync/unasync-0.6.0.ebuild
+++ b/dev-python/unasync/unasync-0.6.0-r1.ebuild
@@ -20,10 +20,15 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \
dev-python/sphinx-rtd-theme
 
 distutils_enable_tests pytest
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tokenize-rt[${PYTHON_USEDEP}]
+"



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

2024-05-03 Thread Michał Górny
commit: 23286e527007c59ac9d7ce6826d73b0122ad3453
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 04:51:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 04:59:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23286e52

dev-python/unasync: Bump to 0.6.0

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

 dev-python/unasync/Manifest |  1 +
 dev-python/unasync/unasync-0.6.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/unasync/Manifest b/dev-python/unasync/Manifest
index 81e568623b8a..35deb1c4913c 100644
--- a/dev-python/unasync/Manifest
+++ b/dev-python/unasync/Manifest
@@ -1 +1,2 @@
 DIST unasync-0.5.0.gh.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440
+DIST unasync-0.6.0.gh.tar.gz 18124 BLAKE2B 
80e7e2ef2be10c9d1f5b0e1dd8316f4d8ab4c051f902442adb0f52cf6c78fa3432e6bdf58a42243e31b9daf43f7a3db8afbfe968c4d9128b6bc7a6e30d09cfbf
 SHA512 
1092df25ac6fbd7517ed2157c0bf7a993342806bcc2a7bbed474d9a7659cf1116cd147a4494877f19a35b741ed7d81389daef1533c5a96ad109005c10363cac2

diff --git a/dev-python/unasync/unasync-0.6.0.ebuild 
b/dev-python/unasync/unasync-0.6.0.ebuild
new file mode 100644
index ..d01028044749
--- /dev/null
+++ b/dev-python/unasync/unasync-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-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="The async transformation code"
+HOMEPAGE="
+   https://github.com/python-trio/unasync/
+   https://pypi.org/project/unasync/
+"
+SRC_URI="
+   https://github.com/python-trio/unasync/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinxcontrib-trio \
+   dev-python/sphinx-rtd-theme
+
+distutils_enable_tests pytest



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

2023-11-24 Thread Arthur Zamarin
commit: dadb13a24c5e19559c8e6bb10f247dd0a38481c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:14:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:14:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadb13a2

dev-python/unasync: Stabilize 0.5.0-r1 arm64, #918214

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index 11ff28efbe29..06ae682c4438 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \



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

2023-10-30 Thread Michał Górny
commit: ec191f586449acedddc27f39ab7560678875c80e
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Oct 13 13:55:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 30 19:00:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec191f58

dev-python/unasync: enable py3.12

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index f3a903b9fb11..11ff28efbe29 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="The async transformation code"



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

2023-08-20 Thread Arthur Zamarin
commit: 0208ce89210588241977bb0d5607054b4111
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 20 17:36:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 20 17:36:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0208ce89

dev-python/unasync: Keyword 0.5.0-r1 arm64, #912586

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index afca061a1fee..f3a903b9fb11 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \



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

2023-03-30 Thread Michał Górny
commit: 6a9fbc49f6a9b1f01b3f6d50375a5a0f6e4e34fd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 19:31:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 19:35:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9fbc49

dev-python/unasync: Remove old

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

 dev-python/unasync/Manifest |  1 -
 dev-python/unasync/unasync-0.5.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/unasync/Manifest b/dev-python/unasync/Manifest
index 45e9733f8b18..81e568623b8a 100644
--- a/dev-python/unasync/Manifest
+++ b/dev-python/unasync/Manifest
@@ -1,2 +1 @@
 DIST unasync-0.5.0.gh.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440
-DIST unasync-0.5.0.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
deleted file mode 100644
index a74eaf3b7b66..
--- a/dev-python/unasync/unasync-0.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="The async transformation code"
-HOMEPAGE="https://github.com/python-trio/unasync;
-SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_prepare() {
-   # Stop test from breaking itself
-   sed -i '/env\["PYTHONPATH"\]/d' "${S}/tests/test_unasync.py" || die
-   default_src_prepare
-}
-
-distutils_enable_sphinx docs/source \
-   dev-python/sphinxcontrib-trio \
-   dev-python/sphinx-rtd-theme
-
-distutils_enable_tests --install pytest



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

2023-03-30 Thread Arthur Zamarin
commit: 4c12d950dbdd26e95c68d1d1091e7796023c20b5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 17:13:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 17:13:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c12d950

dev-python/unasync: Stabilize 0.5.0-r1 x86, #902939

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index 19091f7808a1..afca061a1fee 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \



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

2023-03-30 Thread Arthur Zamarin
commit: d8b3336715ec774a2ca7b21963060dbcea777492
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 16:29:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 16:29:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b33367

dev-python/unasync: Stabilize 0.5.0-r1 amd64, #902939

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index ec4f70158a15..19091f7808a1 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 distutils_enable_sphinx docs/source \
dev-python/sphinxcontrib-trio \



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

2023-02-17 Thread Sam James
commit: 7c7646ef2d2990e21cb61af9b1bc590e418980f9
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Feb 16 08:40:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 18 07:15:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7646ef

dev-python/unasync: bump to python3.11 and use PEP517

* Rename to SRC_URI file to include .gh

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/unasync/Manifest|  1 +
 dev-python/unasync/metadata.xml| 20 
 dev-python/unasync/unasync-0.5.0-r1.ebuild | 25 +
 3 files changed, 38 insertions(+), 8 deletions(-)

diff --git a/dev-python/unasync/Manifest b/dev-python/unasync/Manifest
index 250ac1eea4d4..45e9733f8b18 100644
--- a/dev-python/unasync/Manifest
+++ b/dev-python/unasync/Manifest
@@ -1 +1,2 @@
+DIST unasync-0.5.0.gh.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440
 DIST unasync-0.5.0.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440

diff --git a/dev-python/unasync/metadata.xml b/dev-python/unasync/metadata.xml
index c6efc28c3afd..7f5b12869179 100644
--- a/dev-python/unasync/metadata.xml
+++ b/dev-python/unasync/metadata.xml
@@ -1,12 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   par...@protonmail.com
-   Alfred Wingate
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+  
+par...@protonmail.com
+Alfred Wingate
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+python-trio/unasync
+unasync
+  
 

diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild 
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
new file mode 100644
index ..ec4f70158a15
--- /dev/null
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-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="The async transformation code"
+HOMEPAGE="
+   https://github.com/python-trio/unasync/
+   https://pypi.org/project/unasync/
+"
+SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinxcontrib-trio \
+   dev-python/sphinx-rtd-theme
+
+distutils_enable_tests pytest



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

2021-11-05 Thread Sam James
commit: bbb12b45f628eb1aad6a6e49b7a64a7adb3526d0
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 17:31:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 17:31:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb12b45

dev-python/unasync: Stabilize 0.5.0 x86, #821745

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
index 6b5c2b949c4..41a93ceb09f 100644
--- a/dev-python/unasync/unasync-0.5.0.ebuild
+++ b/dev-python/unasync/unasync-0.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_prepare() {
# Stop test from breaking itself



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

2021-11-05 Thread Jakov Smolić
commit: b96693dbf3e952df0263cab7e644e1809420d39e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Nov  5 14:56:30 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Nov  5 14:56:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96693db

dev-python/unasync: Stabilize 0.5.0 amd64, #821745

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

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

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
index 11d920d5990..6b5c2b949c4 100644
--- a/dev-python/unasync/unasync-0.5.0.ebuild
+++ b/dev-python/unasync/unasync-0.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_prepare() {
# Stop test from breaking itself



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

2021-11-03 Thread Arthur Zamarin
commit: 4eb184429f6ae23c9461dc9cf121e9f7cff4f60b
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Oct 28 11:54:18 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  3 16:27:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb18442

dev-python/unasync: add missing dependency

Closes: https://bugs.gentoo.org/820587
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22740
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/unasync/unasync-0.5.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
index 2b7d2ba3824..11d920d5990 100644
--- a/dev-python/unasync/unasync-0.5.0.ebuild
+++ b/dev-python/unasync/unasync-0.5.0.ebuild
@@ -16,9 +16,12 @@ KEYWORDS="~amd64 ~x86"
 
 src_prepare() {
# Stop test from breaking itself
-   sed -i 's/\(env\["PYTHONPATH"\] = 
os.path.realpath(os.path.join(TEST_DIR, ".."))\)/#\1/' 
"${S}/tests/test_unasync.py" || die
+   sed -i '/env\["PYTHONPATH"\]/d' "${S}/tests/test_unasync.py" || die
default_src_prepare
 }
 
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+distutils_enable_sphinx docs/source \
+   dev-python/sphinxcontrib-trio \
+   dev-python/sphinx_rtd_theme
+
 distutils_enable_tests --install pytest



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

2021-10-10 Thread Sam James
commit: f23b8fe8f5668b46b077cb6d0800c1623d0caefe
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 23:44:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 23:44:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23b8fe8

dev-python/unasync: Keyword 0.5.0 x86, #816417

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
index 2d1854f67f0..2b7d2ba3824 100644
--- a/dev-python/unasync/unasync-0.5.0.ebuild
+++ b/dev-python/unasync/unasync-0.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 src_prepare() {
# Stop test from breaking itself



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

2021-10-05 Thread Joonas Niilola
commit: 24247b1ec663281f090b6bc5d4f8d8a411d14332
Author: Alfred Wingate  protonmail  com>
AuthorDate: Wed Sep  8 21:49:16 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct  5 13:37:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24247b1e

dev-python/unasync: add unasync for elasticsearch-py

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/unasync/Manifest |  1 +
 dev-python/unasync/metadata.xml | 12 
 dev-python/unasync/unasync-0.5.0.ebuild | 24 
 3 files changed, 37 insertions(+)

diff --git a/dev-python/unasync/Manifest b/dev-python/unasync/Manifest
new file mode 100644
index 000..250ac1eea4d
--- /dev/null
+++ b/dev-python/unasync/Manifest
@@ -0,0 +1 @@
+DIST unasync-0.5.0.tar.gz 19060 BLAKE2B 
aa7a955aed98ab33cc1a12aa88a02ab38ef90f9494f04c3e032b66e56e033404e9b59a89834a1e07b224fb865af5d139c27ff91ae5fec8ad01b1e407d9c5c181
 SHA512 
5b68e9a70f487b2b0fcaf9a5c4240b366428154fda99d53120315382dc29d2cffbbed72e277cee1764f7b91158db3d8b394d4f4969cec1fd7e49f27f01c39440

diff --git a/dev-python/unasync/metadata.xml b/dev-python/unasync/metadata.xml
new file mode 100644
index 000..6c4a91c7c7a
--- /dev/null
+++ b/dev-python/unasync/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   par...@protonmail.com
+   Alfred Wingate
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/unasync/unasync-0.5.0.ebuild 
b/dev-python/unasync/unasync-0.5.0.ebuild
new file mode 100644
index 000..2d1854f67f0
--- /dev/null
+++ b/dev-python/unasync/unasync-0.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The async transformation code."
+HOMEPAGE="https://github.com/python-trio/unasync;
+SRC_URI="https://github.com/python-trio/unasync/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   # Stop test from breaking itself
+   sed -i 's/\(env\["PYTHONPATH"\] = 
os.path.realpath(os.path.join(TEST_DIR, ".."))\)/#\1/' 
"${S}/tests/test_unasync.py" || die
+   default_src_prepare
+}
+
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+distutils_enable_tests --install pytest