Bug 181864 - New port: devel/py-bcdoc - tools to help document botocore-based projects
Summary: New port: devel/py-bcdoc - tools to help document botocore-based projects
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 11:40 UTC by Alexey Degtyarev
Modified: 2013-09-06 17:00 UTC (History)
0 users

See Also:


Attachments
py-bcdoc.shar (1.70 KB, text/plain)
2013-09-06 11:40 UTC, Alexey Degtyarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2013-09-06 11:40:00 UTC
	
This will add a new port: devel/py-bcdoc.  The port will help to document
botocore-based projects.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-06 11:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 13:10:35 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-06 16:53:21 UTC
Author: wg
Date: Fri Sep  6 15:53:13 2013
New Revision: 326519
URL: http://svnweb.freebsd.org/changeset/ports/326519

Log:
  devel/py-bcdoc: tools to help document botocore-based projects
  
  Tools to help document botocore-based projects.
  
  WWW: https://github.com/boto/bcdoc/
  
  PR:		ports/181864
  Submitted by:	Alexey Degtyarev <alexey renatasystems.org>

Added:
  head/devel/py-bcdoc/
  head/devel/py-bcdoc/Makefile   (contents, props changed)
  head/devel/py-bcdoc/distinfo   (contents, props changed)
  head/devel/py-bcdoc/pkg-descr   (contents, props changed)
  head/devel/py-bcdoc/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep  6 15:50:50 2013	(r326518)
+++ head/devel/Makefile	Fri Sep  6 15:53:13 2013	(r326519)
@@ -3459,6 +3459,7 @@
     SUBDIR += py-async
     SUBDIR += py-avro
     SUBDIR += py-babel
+    SUBDIR += py-bcdoc
     SUBDIR += py-billiard
     SUBDIR += py-binplist
     SUBDIR += py-biplist

Added: head/devel/py-bcdoc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bcdoc/Makefile	Fri Sep  6 15:53:13 2013	(r326519)
@@ -0,0 +1,21 @@
+# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
+# $FreeBSD$
+
+PORTNAME=	bcdoc
+PORTVERSION=	0.9.0
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexey@renatasystems.org
+COMMENT=	Tools to help document botocore-based projects
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
+		${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>

Added: head/devel/py-bcdoc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bcdoc/distinfo	Fri Sep  6 15:53:13 2013	(r326519)
@@ -0,0 +1,2 @@
+SHA256 (bcdoc-0.9.0.tar.gz) = 437c9fea0be53a8de85a0097763aae9e9ace71601e55224a7e8333fae985da96
+SIZE (bcdoc-0.9.0.tar.gz) = 11093

Added: head/devel/py-bcdoc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bcdoc/pkg-descr	Fri Sep  6 15:53:13 2013	(r326519)
@@ -0,0 +1,3 @@
+Tools to help document botocore-based projects.
+
+WWW: https://github.com/boto/bcdoc/

Added: head/devel/py-bcdoc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bcdoc/pkg-plist	Fri Sep  6 15:53:13 2013	(r326519)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
_______________________________________________
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 4 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 16:53:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!