Remove py-boto, as it's a duplicate of net/py-boto. Searched for the wrong
package before adding this one. Sorry for the noise.
This commit is contained in:
parent
50e1592e27
commit
46627a76fd
6 changed files with 3 additions and 1058 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.1 2014/06/09 00:16:23 rodent Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2014/06/09 00:51:47 rodent Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.py-kombu
|
||||
PKG_SUPPORTED_OPTIONS= beanstalk couchdb mongo msgpack pyro redis slmq
|
||||
|
@ -47,7 +47,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
|
|||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Msqs)
|
||||
DEPENDS+= ${PYPKGPREFIX}-boto>=2.13.3:../../www/py-boto
|
||||
DEPENDS+= ${PYPKGPREFIX}-boto>=2.13.3:../../net/py-boto
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Myaml)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1041 2014/06/08 22:04:45 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.1042 2014/06/09 00:51:48 rodent Exp $
|
||||
#
|
||||
|
||||
COMMENT= Packages related to the World Wide Web
|
||||
|
@ -574,7 +574,6 @@ SUBDIR+= py-beautifulsoup
|
|||
SUBDIR+= py-beautifulsoup4
|
||||
SUBDIR+= py-bleach
|
||||
SUBDIR+= py-blosxom
|
||||
SUBDIR+= py-boto
|
||||
SUBDIR+= py-bottle
|
||||
SUBDIR+= py-cherrypy
|
||||
SUBDIR+= py-clearsilver
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Boto is a Python package that provides interfaces to Amazon Web Services.
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/06/08 22:03:54 rodent Exp $
|
||||
|
||||
DISTNAME= boto-2.29.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= python www
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/b/boto/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= https://github.com/boto/boto/
|
||||
COMMENT= Amazon Web Services Library
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
||||
REPLACE_PYTHON+= boto/pyami/launch_ami.py boto/services/bs.py
|
||||
REPLACE_PYTHON+= boto/services/result.py
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1027
www/py-boto/PLIST
1027
www/py-boto/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/06/08 22:03:54 rodent Exp $
|
||||
|
||||
SHA1 (boto-2.29.1.tar.gz) = d89615c722ab9377d5f620b0bbce0ed662c7ed66
|
||||
RMD160 (boto-2.29.1.tar.gz) = 446b97baad7a2d4dca9b206e224a4d3b8c2df443
|
||||
Size (boto-2.29.1.tar.gz) = 7105487 bytes
|
Loading…
Reference in a new issue