blob: 70c4e03ca4df8358a0de2179c5e83352d1fe4b65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= google-i18n-address
PORTVERSION= 3.1.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Build and validate addresses in localized formats
WWW= https://pypi.org/project/google-i18n-address/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.15.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
USE_GITHUB= yes
GH_ACCOUNT= mirumee
NO_ARCH= yes
.include <bsd.port.mk>
|