[Midnightbsd-cvs] mports [21146] trunk/devel: add py-boto and py-botocore.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 13 09:57:39 EDT 2016


Revision: 21146
          http://svnweb.midnightbsd.org/mports/?rev=21146
Author:   laffer1
Date:     2016-03-13 09:56:38 -0400 (Sun, 13 Mar 2016)
Log Message:
-----------
add py-boto and py-botocore. update goffice010

Modified Paths:
--------------
    trunk/devel/Makefile
    trunk/devel/goffice010/Makefile
    trunk/devel/goffice010/distinfo
    trunk/devel/goffice010/pkg-plist

Added Paths:
-----------
    trunk/devel/py-boto/
    trunk/devel/py-boto/Makefile
    trunk/devel/py-boto/distinfo
    trunk/devel/py-boto/pkg-descr
    trunk/devel/py-botocore/
    trunk/devel/py-botocore/Makefile
    trunk/devel/py-botocore/distinfo
    trunk/devel/py-botocore/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-03-12 23:50:01 UTC (rev 21145)
+++ trunk/devel/Makefile	2016-03-13 13:56:38 UTC (rev 21146)
@@ -415,6 +415,8 @@
 SUBDIR += py-Jinja2
 SUBDIR += py-babel
 SUBDIR += py-bcdoc
+SUBDIR += py-boto
+SUBDIR += py-botocore
 SUBDIR += py-dbus
 SUBDIR += py-fileutils
 SUBDIR += py-gdata

Modified: trunk/devel/goffice010/Makefile
===================================================================
--- trunk/devel/goffice010/Makefile	2016-03-12 23:50:01 UTC (rev 21145)
+++ trunk/devel/goffice010/Makefile	2016-03-13 13:56:38 UTC (rev 21146)
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/goffice010/Makefile 384250 2015-04-18 19:17:32Z kwm $
 
 PORTNAME=	goffice
-PORTVERSION=	0.10.23
+PORTVERSION=	0.10.27
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	010

Modified: trunk/devel/goffice010/distinfo
===================================================================
--- trunk/devel/goffice010/distinfo	2016-03-12 23:50:01 UTC (rev 21145)
+++ trunk/devel/goffice010/distinfo	2016-03-13 13:56:38 UTC (rev 21146)
@@ -1,2 +1,2 @@
-SHA256 (goffice-0.10.23.tar.xz) = 1325fc38f2476977bd8d71588ccb2a57aa418260406b7c28a20098b6b4e33f9f
-SIZE (goffice-0.10.23.tar.xz) = 2356604
+SHA256 (goffice-0.10.27.tar.xz) = 3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0
+SIZE (goffice-0.10.27.tar.xz) = 2363972

Modified: trunk/devel/goffice010/pkg-plist
===================================================================
--- trunk/devel/goffice010/pkg-plist	2016-03-12 23:50:01 UTC (rev 21145)
+++ trunk/devel/goffice010/pkg-plist	2016-03-13 13:56:38 UTC (rev 21146)
@@ -196,7 +196,7 @@
 lib/goffice/%%VERSION%%/plugins/smoothing/types.xml
 lib/libgoffice-%%SHORT_VER%%.so
 lib/libgoffice-%%SHORT_VER%%.so.10
-lib/libgoffice-%%SHORT_VER%%.so.10.0.23
+lib/libgoffice-%%SHORT_VER%%.so.10.0.27
 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc
 share/gir-1.0/GOffice-%%SHORT_VER%%.gir
 %%DATADIR%%/%%VERSION%%/mmlitex/README

Added: trunk/devel/py-boto/Makefile
===================================================================
--- trunk/devel/py-boto/Makefile	                        (rev 0)
+++ trunk/devel/py-boto/Makefile	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,22 @@
+# Created by: Peter Schuller <peter.schuller at infidyne.com>
+# $FreeBSD: head/devel/py-boto/Makefile 394189 2015-08-13 19:49:42Z rm $
+# $MidnightBSD$
+
+PORTNAME=	boto
+PORTVERSION=	2.38.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Python interface to Amazon Web Services
+
+LICENSE=	mit
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+CONFLICTS=	p5-Net-Amazon-Route53-[0-9]*
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-boto/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-boto/distinfo
===================================================================
--- trunk/devel/py-boto/distinfo	                        (rev 0)
+++ trunk/devel/py-boto/distinfo	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,2 @@
+SHA256 (boto-2.38.0.tar.gz) = d9083f91e21df850c813b38358dc83df16d7f253180a1344ecfedce24213ecf2
+SIZE (boto-2.38.0.tar.gz) = 1423863


Property changes on: trunk/devel/py-boto/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-boto/pkg-descr
===================================================================
--- trunk/devel/py-boto/pkg-descr	                        (rev 0)
+++ trunk/devel/py-boto/pkg-descr	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,24 @@
+An integrated interface to current and future infrastructural services
+offered by Amazon Web Services. Currently, this includes:
+
+  * Simple Storage Service (S3)
+  * Simple Queue Service (SQS)
+  * Elastic Compute Cloud (EC2)
+  * Mechanical Turk
+  * SimpleDB
+  * CloudFront
+  * CloudWatch
+  * AutoScale
+  * Elastic Load Balancer (ELB)
+  * Virtual Private Cloud (VPC)
+  * Elastic Map Reduce (EMR)
+  * Relational Data Service (RDS)
+  * Simple Notification Server (SNS)
+  * Google Storage
+  * Identity and Access Management (IAM)
+  * Route53 DNS Service (route53)
+  * Simple Email Service (SES)
+  * Flexible Payment Service (FPS)
+  * CloudFormation
+
+WWW: https://github.com/boto/boto/


Property changes on: trunk/devel/py-boto/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-botocore/Makefile
===================================================================
--- trunk/devel/py-botocore/Makefile	                        (rev 0)
+++ trunk/devel/py-botocore/Makefile	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,23 @@
+# Created by: Alexey V. Degtyarev <alexey at renatasystems.org>
+# $FreeBSD: head/devel/py-botocore/Makefile 405912 2016-01-12 20:25:49Z skreuzer $
+# $MidnightBSD$
+
+PORTNAME=	botocore
+PORTVERSION=	1.3.17
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Low-level, core functionality of boto 3
+
+LICENSE=	mit
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.0:${PORTSDIR}/devel/py-jmespath \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils
+
+USES=		python:2
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-botocore/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-botocore/distinfo
===================================================================
--- trunk/devel/py-botocore/distinfo	                        (rev 0)
+++ trunk/devel/py-botocore/distinfo	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,2 @@
+SHA256 (botocore-1.3.17.tar.gz) = 1ca85c5ebe0beed7b54fc47de81d3f39c6bb907951fe6db6a38185de63db7723
+SIZE (botocore-1.3.17.tar.gz) = 2300885


Property changes on: trunk/devel/py-botocore/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-botocore/pkg-descr
===================================================================
--- trunk/devel/py-botocore/pkg-descr	                        (rev 0)
+++ trunk/devel/py-botocore/pkg-descr	2016-03-13 13:56:38 UTC (rev 21146)
@@ -0,0 +1,3 @@
+Low-level, data-driven core of boto 3.
+
+WWW: https://github.com/boto/botocore


Property changes on: trunk/devel/py-botocore/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list