aboutsummaryrefslogblamecommitdiff
path: root/devel/py-hatch-requirements-txt/Makefile
blob: 34f1bd4febe7bd5ab20866915ed7de027259b5a5 (plain) (tree)
1
2
3
4
5
                                      
                     
                 
                            
                    













                                                                                          
                      




                                
PORTNAME=	hatch-requirements-txt
DISTVERSION=	0.4.0
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	hatch_requirements_txt-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Hatchling plugin to read project dependencies from requirements.txt
WWW=		https://github.com/repo-helper/hatch-requirements-txt

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

NO_ARCH=	yes

.include <bsd.port.mk>