* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/
@ 2021-03-13 17:05 Skyler Mäntysaari
0 siblings, 0 replies; 5+ messages in thread
From: Skyler Mäntysaari @ 2021-03-13 17:05 UTC (permalink / raw
To: gentoo-commits
commit: c00010260e5f68ec96716038fb71bc57f8899e44
Author: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
AuthorDate: Sat Mar 13 19:03:02 2021 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat Mar 13 19:03:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0001026
dev-python/aiosmtplib: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Skyler Mäntysaari <gentoo <AT> samip.fi>
dev-python/aiosmtplib/Manifest | 1 +
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild | 19 +++++++++++++++++++
dev-python/aiosmtplib/metadata.xml | 8 ++++++++
3 files changed, 28 insertions(+)
diff --git a/dev-python/aiosmtplib/Manifest b/dev-python/aiosmtplib/Manifest
new file mode 100644
index 00000000..4cea2a0e
--- /dev/null
+++ b/dev-python/aiosmtplib/Manifest
@@ -0,0 +1 @@
+DIST aiosmtplib-1.1.4.tar.gz 55375 BLAKE2B 0c08cb9d57acf82b10e41454dd705efe0ab965ab5dd5cc8627c4437da464b228d178ed414609a2c088982ed51a314ab03dfa1283562cab4f40212fe0fa6febc8 SHA512 5a453eaea3f04cd9d157516faa905dce3c863280f9980b2d84521c93423292487a73166e04123b7931b855f371508cf9b76ebf87e109ce0879a52b147e01b363
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
new file mode 100644
index 00000000..2be4ff05
--- /dev/null
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+RESTRICT=mirror
+
+DESCRIPTION="Asynchronous SMTP client for use with asyncio"
+HOMEPAGE="https://pypi.org/project/aiosmtplib/ https://github.com/cole/aiosmtplib"
+#SRC_URI="https://github.com/cole/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~arm ~arm64 ~amd64 ~x86"
+
+
+
diff --git a/dev-python/aiosmtplib/metadata.xml b/dev-python/aiosmtplib/metadata.xml
new file mode 100644
index 00000000..28bfb794
--- /dev/null
+++ b/dev-python/aiosmtplib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@samip.fi</email>
+ <name>Skyler Mäntysaari</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/
@ 2021-03-13 18:41 Skyler Mäntysaari
0 siblings, 0 replies; 5+ messages in thread
From: Skyler Mäntysaari @ 2021-03-13 18:41 UTC (permalink / raw
To: gentoo-commits
commit: e72abe4013e75120d574cb49540a6c0a74fb0bab
Author: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
AuthorDate: Sat Mar 13 18:40:46 2021 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat Mar 13 18:40:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e72abe40
dev-python/aiosmtplib: Fixed the ebuild.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Skyler Mäntysaari <gentoo <AT> samip.fi>
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
index 2be4ff05..05515755 100644
--- a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
@@ -5,15 +5,22 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-RESTRICT=mirror
+inherit distutils-r1
DESCRIPTION="Asynchronous SMTP client for use with asyncio"
HOMEPAGE="https://pypi.org/project/aiosmtplib/ https://github.com/cole/aiosmtplib"
-#SRC_URI="https://github.com/cole/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~arm ~arm64 ~amd64 ~x86"
+DEPEND="dev-python/pyproject2setuppy"
+RDEPEND="${DEPEND}"
+
+RESTRICT=mirror
+
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/
@ 2021-03-15 1:24 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-03-15 1:24 UTC (permalink / raw
To: gentoo-commits
commit: cef5b637ae4c49c6b58b6f7efd0470f3ad48f2ad
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 15 01:20:52 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 15 01:20:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cef5b637
dev-python/aiosmtplib: make repoman happy
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
index 05515755..212ee9c5 100644
--- a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
@@ -13,14 +13,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~arm ~arm64 ~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="dev-python/pyproject2setuppy"
RDEPEND="${DEPEND}"
-RESTRICT=mirror
-
+RESTRICT="mirror"
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/
@ 2021-03-28 9:39 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 9:39 UTC (permalink / raw
To: gentoo-commits
commit: bca26fdfcd1462ec6a662b949330195582ed3bcb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:37:26 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:37:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bca26fdf
dev-python/aiosmtplib: move DISTUTILS_USE_SETUPTOOLS to pre-inherit
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
index 212ee9c56..941bc7d8f 100644
--- a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
@@ -19,5 +20,3 @@ DEPEND="dev-python/pyproject2setuppy"
RDEPEND="${DEPEND}"
RESTRICT="mirror"
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/
@ 2022-05-31 7:27 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-05-31 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 70d1f2aeb01cc845613fd9d0176bd25bb810767f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 31 06:22:18 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 31 07:26:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70d1f2ae
dev-python/aiosmtplib: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiosmtplib/aiosmtplib-1.1.6.ebuild | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.6.ebuild b/dev-python/aiosmtplib/aiosmtplib-1.1.6.ebuild
index c3e86b778..a45c32e04 100644
--- a/dev-python/aiosmtplib/aiosmtplib-1.1.6.ebuild
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -18,19 +18,19 @@ KEYWORDS="~amd64"
DEPEND="
test? (
- dev-python/aiosmtpd
- dev-python/atpublic
- dev-python/hypothesis
- dev-python/pytest-asyncio
+ dev-python/aiosmtpd[${PYTHON_USEDEP}]
+ dev-python/atpublic[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)
"
-RESTRICT="mirror"
+EPYTEST_DESELECT=( tests/test_connect.py::test_connect_via_socket_path )
distutils_enable_tests pytest
-distutils_enable_sphinx docs "dev-python/sphinx-autodoc-typehints"
+
+distutils_enable_sphinx docs dev-python/sphinx-autodoc-typehints
python_test() {
- epytest --event-loop=asyncio \
- --deselect tests/test_connect.py::test_connect_via_socket_path
+ epytest --event-loop=asyncio
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-05-31 7:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 9:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosmtplib/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-05-31 7:27 Anna Vyalkova
2021-03-15 1:24 Alessandro Barbieri
2021-03-13 18:41 Skyler Mäntysaari
2021-03-13 17:05 Skyler Mäntysaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox