svn commit: r443066 - in head/devel: . py-enum34 py3-enum34

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 03:30:59 UTC 2017


On 6/9/17 8:13 PM, Ben Woods wrote:
> Author: woodsb02
> Date: Sat Jun 10 03:13:28 2017
> New Revision: 443066
> URL: https://svnweb.freebsd.org/changeset/ports/443066
> 
> Log:
>   [NEW] devel/py3-enum34: Create Python 3.x version of this port
>   
>   PR:		219833
>   Reported by:	koobs
> 
> Added:
>   head/devel/py3-enum34/
>   head/devel/py3-enum34/Makefile   (contents, props changed)
> Modified:
>   head/devel/Makefile
>   head/devel/py-enum34/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Sat Jun 10 02:57:54 2017	(r443065)
> +++ head/devel/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
> @@ -4953,6 +4953,7 @@
>      SUBDIR += py3-dbus
>      SUBDIR += py3-defusedxml
>      SUBDIR += py3-docopt
> +    SUBDIR += py3-enum34
>      SUBDIR += py3-flake8
>      SUBDIR += py3-flake8-builtins
>      SUBDIR += py3-flake8-docstrings
> 
> Modified: head/devel/py-enum34/Makefile
> ==============================================================================
> --- head/devel/py-enum34/Makefile	Sat Jun 10 02:57:54 2017	(r443065)
> +++ head/devel/py-enum34/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
> @@ -12,7 +12,7 @@ COMMENT=	Python 3.4 Enum backported to 3.3, 3.2, 3.1, 
>  
>  LICENSE=	BSD3CLAUSE
>  
> -USES=		python:2.7-3.3
> +USES?=		python:2.7-3.3
>  USE_PYTHON=	distutils autoplist
>  OPTIONS_DEFINE=	DOCS
>  
> 
> Added: head/devel/py3-enum34/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py3-enum34/Makefile	Sat Jun 10 03:13:28 2017	(r443066)
> @@ -0,0 +1,8 @@
> +# Created by: Ben Woods <woodsb02 at FreeBSD.org>
> +# $FreeBSD$
> +
> +MASTERDIR=	${.CURDIR}/../py-enum34
> +
> +USES=		python:3.3

Does this port really not support 3.4 3.5 and the default 3.6?

> +
> +.include "${MASTERDIR}/Makefile"
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170616/f61c620f/attachment.sig>


More information about the svn-ports-head mailing list