mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 3.3.1
PR: ports/158286 Submitted by: lwhsu Approved by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
This commit is contained in:
parent
18774eff9a
commit
ae43f6903c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277010
4 changed files with 4 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= decorator
|
||||
PORTVERSION= 3.2.0
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,10 +19,4 @@ USE_PYDISTUTILS= easy_install
|
|||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/documentation.* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (decorator-3.2.0.tar.gz) = a4f279ec84be9a19aa3ede52474f3fb7199abe92bad667e519633d137df76c2f
|
||||
SIZE (decorator-3.2.0.tar.gz) = 98084
|
||||
SHA256 (decorator-3.3.1.tar.gz) = 2cf1b977a3728cfaf69ce976f3f41c93a01c148c4dd692e6917197ae1211bc1c
|
||||
SIZE (decorator-3.3.1.tar.gz) = 28421
|
||||
|
|
|
@ -11,4 +11,4 @@ for the average programmer, and to popularize decorators usage giving
|
|||
examples of useful decorators, such as memoize, tracing,
|
||||
redirecting_stdout, locked, etc.
|
||||
|
||||
WWW: http://www.phyast.pitt.edu/~micheles/python/documentation.html
|
||||
WWW: http://pypi.python.org/pypi/decorator
|
||||
|
|
|
@ -8,7 +8,3 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/decorator.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/documentation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/documentation.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/documentation.py
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue