Date: Wed, 5 Dec 2018 18:50:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486717 - in head/devel: . py-interface py-py_interface Message-ID: <201812051850.wB5IoUiT044848@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 5 18:50:29 2018 New Revision: 486717 URL: https://svnweb.freebsd.org/changeset/ports/486717 Log: Move devel/py-interface to devel/py-py_interface - Change MASTER_SITES to CHEESESHOP - Convert to options target helper - Clean up Makefile - Update WWW Added: head/devel/py-py_interface/ - copied from r486716, head/devel/py-interface/ Deleted: head/devel/py-interface/ Modified: head/devel/Makefile head/devel/py-py_interface/Makefile head/devel/py-py_interface/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -4656,7 +4656,6 @@ SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-intbitset - SUBDIR += py-interface SUBDIR += py-intervaltree SUBDIR += py-invoke SUBDIR += py-ioflo @@ -4906,6 +4905,7 @@ SUBDIR += py-pudb SUBDIR += py-py SUBDIR += py-py-ubjson + SUBDIR += py-py_interface SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pybind11 Modified: head/devel/py-py_interface/Makefile ============================================================================== --- head/devel/py-interface/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -1,34 +1,26 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -PORTNAME= interface +PORTNAME= py_interface PORTVERSION= 2.2 -PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py_${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python implementation of an Erlang node LICENSE= LGPL20 -USES= python -USE_PYTHON= distutils autoplist -PYDISTUTILS_PKGNAME= py_${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME} -# EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME} +USES= python +USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS -DOCS_USE= PYTHON=concurrent PORTDOCS= README -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} -# @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -# cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> Modified: head/devel/py-py_interface/pkg-descr ============================================================================== --- head/devel/py-interface/pkg-descr Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/pkg-descr Wed Dec 5 18:50:29 2018 (r486717) @@ -25,4 +25,4 @@ o The Python node runs on Python 2.5 and Erlang R12. I with older version of both Python and Erlang. Development started on Python 1.5 and Erlang R7. -WWW: http://www.lysator.liu.se/~tab/erlang/py_interface/ +WWW: https://www.lysator.liu.se/~tab/erlang/py_interface/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051850.wB5IoUiT044848>