[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybrowserstack-screenshots/

2022-05-29 Thread Alessandro Barbieri
commit: ed8a37e6302b196f92eb85d1e0e2fad483aabc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:44:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed8a37e6

dev-python/pybrowserstack-screenshots: enable py3.10, py3.11

Closes: https://bugs.gentoo.org/848258
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
index bd32c1d9e..f02df 100644
--- 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
+++ 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybrowserstack-screenshots/

2022-03-11 Thread Alessandro Barbieri
commit: 8d95ce3db3fc96cda1b13dc63f4b320c61c01a00
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 04:00:31 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 04:00:31 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d95ce3d

dev-python/pybrowserstack-screenshots: EAPI 8

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pybrowserstack-screenshots/metadata.xml  |  2 +-
 ...-0.1.ebuild => pybrowserstack-screenshots-0.1-r1.ebuild} | 13 -
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml 
b/dev-python/pybrowserstack-screenshots/metadata.xml
index b777f69e5..d4d8cdc77 100644
--- a/dev-python/pybrowserstack-screenshots/metadata.xml
+++ b/dev-python/pybrowserstack-screenshots/metadata.xml
@@ -9,6 +9,6 @@
 
 
https://github.com/cmck/pybrowserstack-screenshots/issues
 cmck/pybrowserstack-screenshots
-pybrowserstack-screenshot
+pybrowserstack-screenshots
 
 

diff --git 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
similarity index 73%
rename from 
dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild
rename to 
dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
index dda136c5a..bd32c1d9e 100644
--- 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild
+++ 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
@@ -1,16 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..9} pypy3 )
 
 inherit distutils-r1
 
-SRC_URI="https://github.com/cmck/pybrowserstack-screenshots/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
 DESCRIPTION="A python api wrapper and client for Browserstack Screenshots API"
-HOMEPAGE="https://github.com/cmck/pybrowserstack-screenshots;
+SRC_URI="https://github.com/cmck/pybrowserstack-screenshots/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+HOMEPAGE="
+   https://github.com/cmck/pybrowserstack-screenshots
+   https://pypi.org/project/pybrowserstack-screenshots/
+"
+KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybrowserstack-screenshots/

2021-06-19 Thread Alessandro Barbieri
commit: 8915f8112119572a57521bc5a8ad4897dd8009f6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:23:15 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8915f811

dev-python/pybrowserstack-screenshots: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pybrowserstack-screenshots/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml 
b/dev-python/pybrowserstack-screenshots/metadata.xml
index 6f49eba8f..0cbad0f37 100644
--- a/dev-python/pybrowserstack-screenshots/metadata.xml
+++ b/dev-python/pybrowserstack-screenshots/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+
https://github.com/cmck/pybrowserstack-screenshots/issues
+cmck/pybrowserstack-screenshots
+pybrowserstack-screenshot
+
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybrowserstack-screenshots/

2021-06-18 Thread Alessandro Barbieri
commit: a0372036957c25aa02d2cab6e9e181fab52cd7bf
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 01:38:31 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jun 19 01:38:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0372036

dev-python/pybrowserstack-screenshots: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pybrowserstack-screenshots/Manifest |  1 +
 dev-python/pybrowserstack-screenshots/metadata.xml |  5 +
 .../pybrowserstack-screenshots-0.1.ebuild  | 22 ++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/pybrowserstack-screenshots/Manifest 
b/dev-python/pybrowserstack-screenshots/Manifest
new file mode 100644
index 0..12ceaa983
--- /dev/null
+++ b/dev-python/pybrowserstack-screenshots/Manifest
@@ -0,0 +1 @@
+DIST pybrowserstack-screenshots-0.1.tar.gz 9186 BLAKE2B 
07eb5a9499287845528394ce8dcba3b467c1b5e9acc5cc98f661d098a0cb0a58d41e4245bd71b8270d0fb202ed09be9ff91a6b2c763e99be8f571cb1a01df237
 SHA512 
eace05de830a74f2db8ae30931d85ab0e606b8cfe029dbd12d55f526e89318bedf37e96e8f552b2a9c6abd561a2a8be1b50a95cd13dd5cc9c82f1ea13bc5b113

diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml 
b/dev-python/pybrowserstack-screenshots/metadata.xml
new file mode 100644
index 0..6f49eba8f
--- /dev/null
+++ b/dev-python/pybrowserstack-screenshots/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+

diff --git 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild
new file mode 100644
index 0..dda136c5a
--- /dev/null
+++ 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/cmck/pybrowserstack-screenshots/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="A python api wrapper and client for Browserstack Screenshots API"
+HOMEPAGE="https://github.com/cmck/pybrowserstack-screenshots;
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"