Skip to content

Commit

Permalink
devel/py-funcparserlib: Update to 1.0.0
Browse files Browse the repository at this point in the history
- Remove DOCS option
- Update pkg-descr

Changes:	https://funcparserlib.pirx.ru/changes/#100-2022-05-02
  • Loading branch information
tota committed May 7, 2022
1 parent 0885e31 commit f676758
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1,053 deletions.
17 changes: 2 additions & 15 deletions devel/py-funcparserlib/Makefile
@@ -1,8 +1,7 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME= funcparserlib
PORTVERSION= 0.3.6
PORTREVISION= 1
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,19 +11,7 @@ COMMENT= Recursive descent parsing library based on functional combinators

LICENSE= MIT

USES= python:3.6+
USES= python:3.7+
USE_PYTHON= distutils autoplist

PORTDOCS= README doc
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}

OPTIONS_DEFINE= DOCS

post-install:
@${RM} ${WRKSRC}/doc/Makefile
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${INSTALL_WRKSRC} \
&& ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \
&& ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \;

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions devel/py-funcparserlib/distinfo
@@ -1,2 +1,3 @@
SHA256 (funcparserlib-0.3.6.tar.gz) = b7992eac1a3eb97b3d91faa342bfda0729e990bd8a43774c1592c091e563c91d
SIZE (funcparserlib-0.3.6.tar.gz) = 30401
TIMESTAMP = 1651790418
SHA256 (funcparserlib-1.0.0.tar.gz) = 7dd33dd4299fc55cbdbf4b9fdfb3abc54d3b5ed0c694b83fb38e9e3e8ac38b6b
SIZE (funcparserlib-1.0.0.tar.gz) = 17269

0 comments on commit f676758

Please sign in to comment.