Skip to content
Snippets Groups Projects
Verified Commit 52cbf47c authored by sunpoet's avatar sunpoet
Browse files

devel/py-re-assert: Add py-re-assert 1.1.0

re-assert shows where your regex match assertion failed.
parent f2987240
No related branches found
No related tags found
No related merge requests found
......@@ -5238,6 +5238,7 @@
SUBDIR += py-rauth
SUBDIR += py-raven
SUBDIR += py-rchitect
SUBDIR += py-re-assert
SUBDIR += py-readme-renderer
SUBDIR += py-rebulk
SUBDIR += py-recordclass
......
PORTNAME= re-assert
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= re_assert-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Show where your regex match assertion failed
WWW= https://github.com/asottile/re-assert
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1664767806
SHA256 (re_assert-1.1.0.tar.gz) = 5172dfbd2047a15dff2347735dea7e495479cc7e58841199a4a4973256b20464
SIZE (re_assert-1.1.0.tar.gz) = 3869
re-assert shows where your regex match assertion failed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment