Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 20:30:49 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Ben Woods <woodsb02@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r443066 - in head/devel: . py-enum34 py3-enum34
Message-ID:  <e065b318-9b25-ead3-3488-069805331d3c@FreeBSD.org>
In-Reply-To: <201706100313.v5A3DTfb037183@repo.freebsd.org>
References:  <201706100313.v5A3DTfb037183@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--1PqKPLSDLJd84vCmPbp9ndFmV38DNTGlq
Content-Type: multipart/mixed; boundary="H7jEdbbevifOJKUxDlsaBCsWXMqQfoeAw";
 protected-headers="v1"
From: Bryan Drewery <bdrewery@FreeBSD.org>
To: Ben Woods <woodsb02@FreeBSD.org>, ports-committers@freebsd.org,
 svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Message-ID: <e065b318-9b25-ead3-3488-069805331d3c@FreeBSD.org>
Subject: Re: svn commit: r443066 - in head/devel: . py-enum34 py3-enum34
References: <201706100313.v5A3DTfb037183@repo.freebsd.org>
In-Reply-To: <201706100313.v5A3DTfb037183@repo.freebsd.org>

--H7jEdbbevifOJKUxDlsaBCsWXMqQfoeAw
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

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
>=20
> Log:
>   [NEW] devel/py3-enum34: Create Python 3.x version of this port
>  =20
>   PR:		219833
>   Reported by:	koobs
>=20
> Added:
>   head/devel/py3-enum34/
>   head/devel/py3-enum34/Makefile   (contents, props changed)
> Modified:
>   head/devel/Makefile
>   head/devel/py-enum34/Makefile
>=20
> Modified: head/devel/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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 +=3D py3-dbus
>      SUBDIR +=3D py3-defusedxml
>      SUBDIR +=3D py3-docopt
> +    SUBDIR +=3D py3-enum34
>      SUBDIR +=3D py3-flake8
>      SUBDIR +=3D py3-flake8-builtins
>      SUBDIR +=3D py3-flake8-docstrings
>=20
> Modified: head/devel/py-enum34/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D	Python 3.4 Enum backported to 3.3, 3.2, 3.=
1,=20
> =20
>  LICENSE=3D	BSD3CLAUSE
> =20
> -USES=3D		python:2.7-3.3
> +USES?=3D		python:2.7-3.3
>  USE_PYTHON=3D	distutils autoplist
>  OPTIONS_DEFINE=3D	DOCS
> =20
>=20
> Added: head/devel/py3-enum34/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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@FreeBSD.org>
> +# $FreeBSD$
> +
> +MASTERDIR=3D	${.CURDIR}/../py-enum34
> +
> +USES=3D		python:3.3

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

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


--=20
Regards,
Bryan Drewery


--H7jEdbbevifOJKUxDlsaBCsWXMqQfoeAw--

--1PqKPLSDLJd84vCmPbp9ndFmV38DNTGlq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJZRKJqAAoJEDXXcbtuRpfPd5YH/jj5QmhuiiVzJNscBFqMJ/Vg
Du6G3KE49fo01uQp3evihnOC+RBh4uRsNsF4Wtg8r8UF195phWAnqrWjtkgmvK85
kBFjVOZnu6xaGNj9IQqIWWOjm5v+w93hC/nH/WjVQBwIA7xDJcLDuHFfqEEAuDT3
noiW4bd4wV1gd/7SZlT8Zu1boknnMhFc67wamjI/wUND5o5ZwKTcf30Ls4ghqFan
o+9fJFiXrYBjmwCAiKn+ICQX83eRTSakOYDa73dRzMIeNboGEGblLjRF0O6AXlG3
0XjXOwEk4groswiWw2A889I0h8iT5bdFBges4NVy96nPMHkCQb3D4u8qDSE4yT0=
=cf5s
-----END PGP SIGNATURE-----

--1PqKPLSDLJd84vCmPbp9ndFmV38DNTGlq--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e065b318-9b25-ead3-3488-069805331d3c>