From 60149d4be1633dd72cba35fcfc29bcf9f117e6fd Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 12 Sep 2018 08:25:54 +0000 Subject: add 'mailman3' --- pcr-testing/python-aiosmtpd/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pcr-testing/python-aiosmtpd/PKGBUILD (limited to 'pcr-testing/python-aiosmtpd/PKGBUILD') diff --git a/pcr-testing/python-aiosmtpd/PKGBUILD b/pcr-testing/python-aiosmtpd/PKGBUILD new file mode 100644 index 000000000..3bb976dd2 --- /dev/null +++ b/pcr-testing/python-aiosmtpd/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: bill-auger +# Maintainer (AUR): Simon Hanna + + +pkgname=('python-aiosmtpd') +pkgver=1.1 +pkgrel=1 +pkgdesc="A reimplementation of the Python stdlib smtpd.py based on asyncio" +arch=(any) +url=https://github.com/aio-libs/aiosmtpd +license=('Apache') +options=(!emptydirs) + +makedepends=('python-setuptools') +depends=('python-atpublic') + +_upstream_name='aiosmtpd' +_release=${_upstream_name}-${pkgver} +source=(https://github.com/aio-libs/aiosmtpd/archive/${pkgver}.tar.gz) +sha256sums=('5a3925a0c7609005e5cfd96e916a644e20b201b6743ffe0e095addb2b146a198') + + +package() +{ + cd "${srcdir}/${_release}" + + python setup.py install --root="${pkgdir}/" --optimize=1 +} -- cgit v1.2.3