Skip to content

Commit

Permalink
devel/py-prettytable: Update to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 881cb82 commit 80f1ea0
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-prettytable/Makefile
@@ -1,5 +1,5 @@
PORTNAME= prettytable
PORTVERSION= 3.4.1
PORTVERSION= 3.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,6 @@ WWW= https://github.com/jazzband/prettytable
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}

USES= python:3.7+
Expand All @@ -25,4 +24,7 @@ NO_ARCH= yes
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

post-patch:
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-prettytable/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1662280646
SHA256 (prettytable-3.4.1.tar.gz) = 7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd
SIZE (prettytable-3.4.1.tar.gz) = 54395
TIMESTAMP = 1669057823
SHA256 (prettytable-3.5.0.tar.gz) = 52f682ba4efe29dccb38ff0fe5bac8a23007d0780ff92a8b85af64bc4fc74d72
SIZE (prettytable-3.5.0.tar.gz) = 45879

0 comments on commit 80f1ea0

Please sign in to comment.