Skip to content

Commit

Permalink
devel/py-moreorless: Add py-moreorless 0.4.0
Browse files Browse the repository at this point in the history
moreorless is a thin wrapper around difflib.unified_diff that Does The Right
Thing for "No newline at eof".
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent d6004c5 commit 20f42b8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5056,6 +5056,7 @@
SUBDIR += py-monotonic
SUBDIR += py-monty
SUBDIR += py-more-itertools
SUBDIR += py-moreorless
SUBDIR += py-moto
SUBDIR += py-mox
SUBDIR += py-mrkd
Expand Down
24 changes: 24 additions & 0 deletions devel/py-moreorless/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PORTNAME= moreorless
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python diff wrapper
WWW= https://github.com/thatch/moreorless

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=38.3.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-moreorless/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1712330555
SHA256 (moreorless-0.4.0.tar.gz) = 85e19972c1a0b3a49f8543914f57bd83f6e1b10df144d5b97b8c5e9744d9c08c
SIZE (moreorless-0.4.0.tar.gz) = 10127
2 changes: 2 additions & 0 deletions devel/py-moreorless/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
moreorless is a thin wrapper around difflib.unified_diff that Does The Right
Thing for "No newline at eof".

0 comments on commit 20f42b8

Please sign in to comment.