Bug 188620 - [PATCH] databases/py-simplecouchdb: stage
Summary: [PATCH] databases/py-simplecouchdb: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 17:50 UTC by Bartek Rutkowski
Modified: 2014-05-13 00:47 UTC (History)
1 user (show)

See Also:


Attachments
py-simplecouchdb-0.9.26.patch (938 bytes, patch)
2014-04-14 17:50 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-14 17:50:00 UTC
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-simplecouchdb/0.9.26/

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 17:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 17:50:05 UTC
Maintainer of databases/py-simplecouchdb,

Please note that PR ports/188620 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188620

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 17:50:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-15 03:48:07 UTC
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 <ports@robakdesign.com> [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 <bsd.port.mk>

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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2014-05-13 00:47:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!