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

2023-01-14 Thread David Seifert
commit: eb984afcfb8ae9de79439b1ea0825179373d1131
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 14 11:16:17 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 14 11:16:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb984afc

dev-python/backports-tempfile: treeclean

Signed-off-by: David Seifert  gentoo.org>

 dev-python/backports-tempfile/Manifest |  1 -
 .../backports-tempfile-1.0-r1.ebuild   | 43 --
 dev-python/backports-tempfile/metadata.xml | 13 ---
 3 files changed, 57 deletions(-)

diff --git a/dev-python/backports-tempfile/Manifest 
b/dev-python/backports-tempfile/Manifest
deleted file mode 100644
index 2e3778ca3bd6..
--- a/dev-python/backports-tempfile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST backports.tempfile-1.0.tar.gz 10262 BLAKE2B 
9436c8a3eb7fa6da17dad4466ab030f62b93a19103e519efcbe79e35cf0687ca2960666a9337cdc2929aeeed3790a7ee0441377755b1f1e2a8192b07ed7f049a
 SHA512 
1f3cf634e289704e96bd8483289415aae896d95a16f5ac9b226ba879497675d76148399770966bd2ef14a02d3c8848516a9b39cc400819023b06254b5b0500dc

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
deleted file mode 100644
index 31422cd61781..
--- a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Backport of new features in Python's tempfile module"
-HOMEPAGE="https://github.com/PiDelport/backports.tempfile 
https://pypi.org/project/backports.tempfile/;
-SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RDEPEND="
-   dev-python/backports-weakref[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-# Tests require backports.test.support
-RESTRICT="test"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed -e "s|'setuptools_scm'||" \
-   -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   PYTHONPATH="${BUILD_DIR}/lib" \
-   "${PYTHON:-python}" tests/test_tempfile.py || die "tests failed 
with ${EPYTHON}"
-}
-
-python_install() {
-   # avoid collisions due to namespaces
-   rm "${BUILD_DIR}"/lib/backports/__init__.py || die
-   distutils-r1_python_install --skip-build
-}

diff --git a/dev-python/backports-tempfile/metadata.xml 
b/dev-python/backports-tempfile/metadata.xml
deleted file mode 100644
index 42ebdc39def4..
--- a/dev-python/backports-tempfile/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zmed...@gentoo.org
-   Zac Medico
-   
-   
-   PiDelport/backports.tempfile
-   backports.tempfile
-   
https://github.com/PiDelport/backports.tempfile/issues
-   
-



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

2022-09-09 Thread Jakov Smolić
commit: 13efa0456df4db19dfb1674ee31daecec91e7170
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep  8 21:39:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Sep  9 06:47:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13efa045

dev-python/backports-tempfile: keyword 1.0-r1 for ~riscv

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

 dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
index d43ae960a9d1..31422cd61781 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="PSF-2.3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE=""
 RDEPEND="
dev-python/backports-weakref[${PYTHON_USEDEP}]"



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

2020-05-08 Thread Brian Dolbec
commit: be88b5adc05ed95e5f3d925207c0f4f751c095eb
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri May  8 17:15:44 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri May  8 20:34:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be88b5ad

dev-python/backports-tempfile: Add python-3.8

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

 dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
index d6ba6260c63..23e57dc7bc5 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-03-19 Thread Michał Górny
commit: 6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 18:30:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 18:44:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9dc028

dev-python/backports-tempfile: Remove py2

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

 dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
index 5a373c085dd..d6ba6260c63 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-12-24 Thread Michał Górny
commit: 1d656142784800a02791ea0d2380c5a47641bea7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 22 13:08:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 24 10:20:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d656142

dev-python/backports-tempfile: Add pypy

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

 dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
index 632139290b1..a89290bb884 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1
 



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

2019-06-24 Thread Zac Medico
commit: bef7733d08db44fd5c953b6b530a0884009c0e97
Author: Zac Medico  sony  com>
AuthorDate: Tue Jun 18 02:01:49 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun 25 01:33:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef7733d

dev-python/backports-tempfile: New package

Bug: https://bugs.gentoo.org/688034
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/backports-tempfile/Manifest |  1 +
 .../backports-tempfile-1.0.ebuild  | 43 ++
 dev-python/backports-tempfile/metadata.xml | 13 +++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/backports-tempfile/Manifest 
b/dev-python/backports-tempfile/Manifest
new file mode 100644
index 000..2e3778ca3bd
--- /dev/null
+++ b/dev-python/backports-tempfile/Manifest
@@ -0,0 +1 @@
+DIST backports.tempfile-1.0.tar.gz 10262 BLAKE2B 
9436c8a3eb7fa6da17dad4466ab030f62b93a19103e519efcbe79e35cf0687ca2960666a9337cdc2929aeeed3790a7ee0441377755b1f1e2a8192b07ed7f049a
 SHA512 
1f3cf634e289704e96bd8483289415aae896d95a16f5ac9b226ba879497675d76148399770966bd2ef14a02d3c8848516a9b39cc400819023b06254b5b0500dc

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
new file mode 100644
index 000..632139290b1
--- /dev/null
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Backport of new features in Python's tempfile module"
+HOMEPAGE="https://github.com/PiDelport/backports.tempfile 
https://pypi.org/project/backports.tempfile/;
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="PSF-2.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RDEPEND="dev-python/backports[${PYTHON_USEDEP}]
+   dev-python/backports-weakref[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+# Tests require backports.test.support
+RESTRICT="test"
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed -e "s|'setuptools_scm'||" \
+   -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   PYTHONPATH="${BUILD_DIR}/lib" \
+   "${PYTHON:-python}" tests/test_tempfile.py || die "tests failed 
with ${EPYTHON}"
+}
+
+python_install() {
+   # avoid a collision with dev-python/backports
+   rm "${BUILD_DIR}"/lib/backports/__init__.py || die
+   distutils-r1_python_install --skip-build
+}

diff --git a/dev-python/backports-tempfile/metadata.xml 
b/dev-python/backports-tempfile/metadata.xml
new file mode 100644
index 000..ab950267ea6
--- /dev/null
+++ b/dev-python/backports-tempfile/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   PiDelport/backports.tempfile
+   backports.tempfile
+   
https://github.com/PiDelport/backports.tempfile/issues
+   
+