blob: 082ef68cc95a227ea945acfbd5b30e414ffb1a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.2 2022/08/31 19:40:17 wiz Exp $
DISTNAME= mailsuite-1.9.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mailsuite/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seanthegeek/mailsuite/
COMMENT= Python package for retrieving, parsing, and sending emails
LICENSE= apache-2.0
BUILD_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-expiringdict-[0-9]*:../../devel/py-expiringdict
DEPENDS+= ${PYPKGPREFIX}-html2text>=2020.1.16:../../textproc/py-html2text
DEPENDS+= ${PYPKGPREFIX}-imapclient>=2.1.0:../../mail/py-imapclient
DEPENDS+= ${PYPKGPREFIX}-mail-parser>=3.14.0:../../mail/py-mail-parser
DEPENDS+= ${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
|