svn commit: r324642 - in head/net: . py-ec2-cli-tools

William Grzybowski william88 at gmail.com
Tue Aug 13 01:01:59 UTC 2013


On Mon, Aug 12, 2013 at 9:59 PM, Steve Wills <swills at freebsd.org> wrote:
> Author: swills
> Date: Tue Aug 13 00:59:25 2013
> New Revision: 324642
> URL: http://svnweb.freebsd.org/changeset/ports/324642
>
> Log:
>   Helpful CLI utilities for querying and connecting to EC2 instances
>
>   WWW: https://github.com/FlipPath/ec2-cli-tools
>
> Added:
>   head/net/py-ec2-cli-tools/
>   head/net/py-ec2-cli-tools/Makefile   (contents, props changed)
>   head/net/py-ec2-cli-tools/distinfo   (contents, props changed)
>   head/net/py-ec2-cli-tools/pkg-descr   (contents, props changed)
>   head/net/py-ec2-cli-tools/pkg-plist   (contents, props changed)
> Modified:
>   head/net/Makefile
>
> Modified: head/net/Makefile
> ==============================================================================
> --- head/net/Makefile   Tue Aug 13 00:19:17 2013        (r324641)
> +++ head/net/Makefile   Tue Aug 13 00:59:25 2013        (r324642)
> @@ -906,6 +906,7 @@
>      SUBDIR += py-beanstalkc
>      SUBDIR += py-cloudfiles
>      SUBDIR += py-dpkt
> +    SUBDIR += py-ec2-cli-tools
>      SUBDIR += py-eventlet
>      SUBDIR += py-gntp
>      SUBDIR += py-google
>
> Added: head/net/py-ec2-cli-tools/Makefile
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/py-ec2-cli-tools/Makefile  Tue Aug 13 00:59:25 2013        (r324642)
> @@ -0,0 +1,16 @@
> +# Created by: Steve Wills <swills at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=      ec2-cli-tools
> +PORTVERSION=   1.4
> +CATEGORIES=    net python
> +MASTER_SITES=  CHEESESHOP
> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=    swills at FreeBSD.org
> +COMMENT=       Helpful CLI utilities for querying and connecting to EC2 instances
> +
> +USE_PYTHON=            yes
> +USE_PYDISTUTILS=       easy_install
> +
> +.include <bsd.port.mk>
>
> Added: head/net/py-ec2-cli-tools/distinfo
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/py-ec2-cli-tools/distinfo  Tue Aug 13 00:59:25 2013        (r324642)
> @@ -0,0 +1,2 @@
> +SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2
> +SIZE (ec2-cli-tools-1.4.tar.gz) = 5840
>
> Added: head/net/py-ec2-cli-tools/pkg-descr
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/py-ec2-cli-tools/pkg-descr Tue Aug 13 00:59:25 2013        (r324642)
> @@ -0,0 +1,3 @@
> +Helpful CLI utilities for querying and connecting to EC2 instances
> +
> +WWW: https://github.com/FlipPath/ec2-cli-tools
>
> Added: head/net/py-ec2-cli-tools/pkg-plist
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 00:59:25 2013        (r324642)
> @@ -0,0 +1,13 @@
> +%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%
> +%%PYTHON_LIBDIR%%/site-packages/easy-install.pth
> +%%PYTHON_LIBDIR%%/site-packages/site.py
> +%%PYTHON_LIBDIR%%/site-packages/site.pyc
> +%%PYTHON_LIBDIR%%/site-packages/site.pyo

HI,

We don't add easy-install.pth neither site.py* to the pkg-plist
because they are managed by easy-install.


-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil


More information about the svn-ports-all mailing list