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

2023-03-17 Thread Anna Vyalkova
commit: f53a62768693fb622a5df87dc22632e7f041879f
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 17 12:49:25 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Mar 17 12:58:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f53a6276

dev-python/sendgrid: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/sendgrid/sendgrid-6.9.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
index f27f68140..b035f3356 100644
--- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -5,11 +5,10 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Twilio SendGrid library for Python"
 HOMEPAGE="https://github.com/sendgrid/sendgrid-python/ 
https://pypi.org/project/sendgrid/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-16 Thread Florian Schmaus
commit: 8f431f52f806fc6aa60a238d38e69975c48e5c5a
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Mar 16 08:32:14 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Mar 16 08:32:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f431f52

dev-python/sendgrid: fix deps: (app-dicts → 
dev-python)/{python-http-client,starkbank-ecdsa}

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/sendgrid/sendgrid-6.9.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
index 62f564ce9..f27f68140 100644
--- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -19,8 +19,8 @@ RESTRICT="!test? ( test )"
 
 DOCS="README.rst"
 
-RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}]
-   >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/python-http-client-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
 BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -32,4 +32,3 @@ python_test() {
 }
 
 distutils_enable_tests pytest
-



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

2023-03-13 Thread Stepan Kulikov
commit: 1c12017a4334d020223436eb5c162bbf15197ad7
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:27:16 2023 +
Commit: Stepan Kulikov  pm  me>
CommitDate: Mon Mar 13 07:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c12017a

dev-python/sendgrid: Update keywords

Set keyword to "~amd64" to mark it unstable

Signed-off-by: Stepan Kulikov  pm.me>

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

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
index da0214ef8..62f564ce9 100644
--- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sendgrid/, dev-python/starkbank-ecdsa/, ...

2023-03-13 Thread Stepan Kulikov
commit: 70633e9620351f23404bc3eed9f8a630efa54c83
Author: Stepan Kulikov  pm  me>
AuthorDate: Mon Mar 13 07:09:11 2023 +
Commit: Stepan Kulikov  pm  me>
CommitDate: Mon Mar 13 07:09:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70633e96

dev-python/sendgrid: new package

Bug ID - 899732
Added new package - sendgrid and it's dependencies
(python-http-client and starkbank-ecdsa)

Signed-off-by: Stepan Kulikov  pm.me>

 dev-python/python-http-client/Manifest |  1 +
 dev-python/python-http-client/metadata.xml | 12 +++
 .../python-http-client-3.3.5.ebuild| 37 ++
 dev-python/sendgrid/Manifest   |  1 +
 dev-python/sendgrid/metadata.xml   | 12 +++
 dev-python/sendgrid/sendgrid-6.9.7.ebuild  | 35 
 dev-python/starkbank-ecdsa/Manifest|  1 +
 dev-python/starkbank-ecdsa/metadata.xml| 12 +++
 .../starkbank-ecdsa/starkbank-ecdsa-2.2.0.ebuild   | 33 +++
 9 files changed, 144 insertions(+)

diff --git a/dev-python/python-http-client/Manifest 
b/dev-python/python-http-client/Manifest
new file mode 100644
index 0..f1c300600
--- /dev/null
+++ b/dev-python/python-http-client/Manifest
@@ -0,0 +1 @@
+DIST python-http-client-3.3.5.tar.gz 7852 BLAKE2B 
6ebcd545b3dfe06e9daf4c0c373d91f9a8ecbf9dc411b579794bbbfa5047bb388ff2fa7d1ba04cf71c64a9af5b1da2283d8ed5b5b0a3dca49f4db5cd7f569d57
 SHA512 
54fe0d871be4d9743d5601c218d20c513a88eac8f91afa0222daf8d585819dabe3b9fdaf63e0810e46fe94dbf72185af7460f7c39ebf00312fd8eb7411a90f75

diff --git a/dev-python/python-http-client/metadata.xml 
b/dev-python/python-http-client/metadata.xml
new file mode 100644
index 0..7d2c119aa
--- /dev/null
+++ b/dev-python/python-http-client/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  stepan...@pm.me
+  Stepan Kulikov
+
+
+sendgrid/python-http-client
+python-http-client
+
+

diff --git a/dev-python/python-http-client/python-http-client-3.3.5.ebuild 
b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
new file mode 100644
index 0..f31564a47
--- /dev/null
+++ b/dev-python/python-http-client/python-http-client-3.3.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP REST client, simplified for Python"
+HOMEPAGE="https://github.com/sendgrid/python-http-client 
https://pypi.org/project/python-http-client/;
+MY_PN=${PN//-/_}
+MY_P=${MY_PN}-${PV}
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="README.rst"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}
+
+distutils_enable_tests pytest
+

diff --git a/dev-python/sendgrid/Manifest b/dev-python/sendgrid/Manifest
new file mode 100644
index 0..70609ab01
--- /dev/null
+++ b/dev-python/sendgrid/Manifest
@@ -0,0 +1 @@
+DIST sendgrid-6.9.7.tar.gz 49919 BLAKE2B 
2fdc245e026d21864d1fd1ea761b88b2597434d9d2287ae2d518802b307d737341c4caed8c2d10d3747482817eeefe5511b8a72a5dfaff6bc31515715fd0ef22
 SHA512 
861e056c0583bf734b0ccd6c3e940d0bdea621e9f21b6482b72d06721afaa9968290550a9c16b1487c9c0891924731d0d6a152d2dd07070f05800acd2ea5aab8

diff --git a/dev-python/sendgrid/metadata.xml b/dev-python/sendgrid/metadata.xml
new file mode 100644
index 0..1d8fa0699
--- /dev/null
+++ b/dev-python/sendgrid/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  stepan...@pm.me
+  Stepan Kulikov
+
+
+sendgrid/sendgrid-python
+sendgrid
+
+

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
new file mode 100644
index 0..da0214ef8
--- /dev/null
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Twilio SendGrid library for Python"
+HOMEPAGE="https://github.com/sendgrid/sendgrid-python/ 
https://pypi.org/project/sendgrid/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="README.rst"
+
+RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}]
+   >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+