Date: Mon, 27 Jan 2014 12:05:33 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341384 - in head/www: . py-requests1 Message-ID: <201401271205.s0RC5XTM085741@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Jan 27 12:05:33 2014 New Revision: 341384 URL: http://svnweb.freebsd.org/changeset/ports/341384 QAT: https://qat.redports.org/buildarchive/r341384/ Log: www/py-requests1: Copy from www/requests so we can upgrade to 2.x Copy www/requests -> www/requests1 so we can update the main port to version 2.x. Next commit will sweep all dependants. While I'm here: - Enable STAGE support - Enable AUTOPLIST - Deprecate easy_install target - Add CONFLICTS - Tweak COMMENT PR: ports/185631 Added: head/www/py-requests1/ - copied from r341334, head/www/py-requests/ Deleted: head/www/py-requests1/pkg-plist Modified: head/www/Makefile head/www/py-requests1/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jan 27 11:59:40 2014 (r341383) +++ head/www/Makefile Mon Jan 27 12:05:33 2014 (r341384) @@ -1665,6 +1665,7 @@ SUBDIR += py-rackspace-monitoring SUBDIR += py-recaptcha SUBDIR += py-requests + SUBDIR += py-requests1 SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib SUBDIR += py-restclient Modified: head/www/py-requests1/Makefile ============================================================================== --- head/www/py-requests/Makefile Mon Jan 27 07:32:02 2014 (r341334) +++ head/www/py-requests1/Makefile Mon Jan 27 12:05:33 2014 (r341384) @@ -1,22 +1,24 @@ # Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -PORTNAME= requests +PORTNAME= requests1 PORTVERSION= 1.2.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= HTTP library written in Python for human beings +COMMENT= HTTP library written in Python for human beings (Version 1.x) LICENSE= ISCL USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +CONFLICTS_INSTALL= py*-requests-* regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271205.s0RC5XTM085741>