drop py3-emailthreads

This commit is contained in:
Drew DeVault 2023-03-21 18:20:20 +01:00
parent 3e539f7f02
commit bdba4b9817
2 changed files with 0 additions and 28 deletions

View File

@ -7,7 +7,6 @@ url="https://git.sr.ht/~sircmpwn/lists.sr.ht"
arch="all"
license="AGPLv3"
depends="
py3-emailthreads
py3-pygit2
py3-srht
py3-celery

View File

@ -1,27 +0,0 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-emailthreads
pkgver=0.1.3
pkgrel=0
pkgdesc="Python library to parse and format email threads"
url="https://github.com/emersion/python-emailthreads"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/python-emailthreads/archive/v$pkgver.tar.gz"
builddir="$srcdir/python-emailthreads-${pkgver}"
build() {
python3 setup.py build
}
check() {
pytest-3
}
package() {
python3 setup.py install --root="$pkgdir" --optimize=1
}
sha512sums="a8b8c374704ddf934897a50034da1ebf2dabf221a7e64735be9524088931a02697facc40ef08250f2148c4ea22b8a2f76139eea82d0d7474f822aaac3dee2666 py3-emailthreads-0.1.3.tar.gz"