From owner-svn-ports-head@freebsd.org Sat Jun 17 03:30:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E602B953E6; Sat, 17 Jun 2017 03:30:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0697C696; Sat, 17 Jun 2017 03:30:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 784C11D6FE; Sat, 17 Jun 2017 03:30:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 043FA8442; Sat, 17 Jun 2017 03:30:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 3MtROTVRzUnn; Sat, 17 Jun 2017 03:30:53 +0000 (UTC) Subject: Re: svn commit: r443066 - in head/devel: . py-enum34 py3-enum34 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 84EFF843D To: Ben Woods , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201706100313.v5A3DTfb037183@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Fri, 16 Jun 2017 20:30:49 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <201706100313.v5A3DTfb037183@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1PqKPLSDLJd84vCmPbp9ndFmV38DNTGlq" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2017 03:30:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1PqKPLSDLJd84vCmPbp9ndFmV38DNTGlq Content-Type: multipart/mixed; boundary="H7jEdbbevifOJKUxDlsaBCsWXMqQfoeAw"; protected-headers="v1" From: Bryan Drewery To: Ben Woods , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: 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 > +# $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--