From owner-svn-ports-head@FreeBSD.ORG Tue Apr 15 02:48:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A82EDDB8; Tue, 15 Apr 2014 02:48:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF1B1B93; Tue, 15 Apr 2014 02:48:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3F2m4VG078895; Tue, 15 Apr 2014 02:48:04 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3F2m4kn078893; Tue, 15 Apr 2014 02:48:04 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201404150248.s3F2m4kn078893@svn.freebsd.org> From: Wen Heping Date: Tue, 15 Apr 2014 02:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351303 - head/databases/py-simplecouchdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 15 Apr 2014 02:48:04 -0000 Author: wen Date: Tue Apr 15 02:48:03 2014 New Revision: 351303 URL: http://svnweb.freebsd.org/changeset/ports/351303 QAT: https://qat.redports.org/buildarchive/r351303/ Log: - Stage support [1] - Pet portlint [1] - Add LICENSE [1] - Convert to PYDISTUTILS_AUTOPLIST - Mark DEPRECATED - Reset maintainer to ports@ PR: 188620 [1] Submitted by: Bartek Rutkowski [1] Deleted: head/databases/py-simplecouchdb/pkg-plist Modified: head/databases/py-simplecouchdb/Makefile head/databases/py-simplecouchdb/pkg-descr Modified: head/databases/py-simplecouchdb/Makefile ============================================================================== --- head/databases/py-simplecouchdb/Makefile Tue Apr 15 01:57:12 2014 (r351302) +++ head/databases/py-simplecouchdb/Makefile Tue Apr 15 02:48:03 2014 (r351303) @@ -8,16 +8,21 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTNAME}-${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Library to Allow Python Applications to Use CouchDB +LICENSE= MIT + +DEPRECATED= Obsolete, abandoned +EXPIRATION_DATE=2014-07-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= py_${PORTNAME} -NO_STAGE= yes .include Modified: head/databases/py-simplecouchdb/pkg-descr ============================================================================== --- head/databases/py-simplecouchdb/pkg-descr Tue Apr 15 01:57:12 2014 (r351302) +++ head/databases/py-simplecouchdb/pkg-descr Tue Apr 15 02:48:03 2014 (r351303) @@ -7,4 +7,4 @@ directly with CouchDB, schema-free. So d add/delete properties in your documents, retrieve them without any schema, etc. -WWW: http://code.google.com/p/py-simplecouchdb/ +WWW: http://code.google.com/p/py-simplecouchdb/