summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2010-12-16 11:18:25 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-16 19:58:54 +0000
commit40f3182ce43a56335d208a7d4c36ed7753870393 (patch)
tree75918fb9d15a19364a761113e1688505fc6919fc /testing
parentb51ad0bb6585a76b1b726a88369ae0788aa28ce9 (diff)
downloadaports-40f3182ce43a56335d208a7d4c36ed7753870393.tar.bz2
aports-40f3182ce43a56335d208a7d4c36ed7753870393.tar.xz
testing/*: updated some python packages: noarch, pkgrel bump
Diffstat (limited to 'testing')
-rw-r--r--testing/py-boto/APKBUILD4
-rw-r--r--testing/py-docutils/APKBUILD4
-rw-r--r--testing/py-jinja2/APKBUILD4
-rw-r--r--testing/py-pygments/APKBUILD4
-rw-r--r--testing/py-roman/APKBUILD4
-rw-r--r--testing/py-sphinx/APKBUILD4
-rw-r--r--testing/speedometer/APKBUILD4
7 files changed, 14 insertions, 14 deletions
diff --git a/testing/py-boto/APKBUILD b/testing/py-boto/APKBUILD
index 00b3fe9d9..8663a6de0 100644
--- a/testing/py-boto/APKBUILD
+++ b/testing/py-boto/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-boto
_pkgname=boto
pkgver=1.9b
-pkgrel=0
+pkgrel=1
pkgdesc="An integrated interface to current and future infrastructural services offered by Amazon Web Services."
url="http://code.google.com/p/boto/"
-arch="x86 x86_64"
+arch="noarch"
license="MIT"
depends="python"
makedepends="python-dev py-setuptools"
diff --git a/testing/py-docutils/APKBUILD b/testing/py-docutils/APKBUILD
index 33154afe7..1206517d4 100644
--- a/testing/py-docutils/APKBUILD
+++ b/testing/py-docutils/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-docutils
_pkgname=docutils
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Documentation Utilities for Python"
url="http://docutils.sourceforge.net/"
-arch="x86 x86_64"
+arch="noarch"
license="PublicDomain"
depends="python py-imaging py-roman"
makedepends="python-dev py-setuptools"
diff --git a/testing/py-jinja2/APKBUILD b/testing/py-jinja2/APKBUILD
index 31aa7dcf0..b5d4ffc96 100644
--- a/testing/py-jinja2/APKBUILD
+++ b/testing/py-jinja2/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-jinja2
_pkgname=Jinja2
pkgver=2.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="A small but fast and easy to use stand-alone template engine written in pure python."
url="http://jinja.pocoo.org/"
-arch="x86 x86_64"
+arch="noarch"
license="BSD"
depends="python"
makedepends="python-dev py-setuptools"
diff --git a/testing/py-pygments/APKBUILD b/testing/py-pygments/APKBUILD
index ac6da6e10..bf65a2bfd 100644
--- a/testing/py-pygments/APKBUILD
+++ b/testing/py-pygments/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-pygments
_pkgname=Pygments
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Pygments is a syntax highlighting package written in Python."
url="http://pygments.org/"
-arch="x86 x86_64"
+arch="noarch"
license="BSD"
depends="python"
makedepends="python-dev py-setuptools"
diff --git a/testing/py-roman/APKBUILD b/testing/py-roman/APKBUILD
index 79b389423..1caffb1d6 100644
--- a/testing/py-roman/APKBUILD
+++ b/testing/py-roman/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-roman
_pkgname=roman
pkgver=1.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Integer to Roman numerals converter"
url="http://pypi.python.org/pypi/roman"
-arch="x86 x86_64"
+arch="noarch"
license="Python2.1.1"
depends="python"
makedepends="python-dev py-setuptools"
diff --git a/testing/py-sphinx/APKBUILD b/testing/py-sphinx/APKBUILD
index 3b43e52d2..6bdfd9053 100644
--- a/testing/py-sphinx/APKBUILD
+++ b/testing/py-sphinx/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py-sphinx
_pkgname=Sphinx
pkgver=1.0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Python Documentation Generator"
url="http://sphinx.pocoo.org/"
-arch="x86 x86_64"
+arch="noarch"
license="BSD"
depends="python py-docutils py-jinja2 py-pygments"
makedepends="python-dev py-setuptools"
diff --git a/testing/speedometer/APKBUILD b/testing/speedometer/APKBUILD
index 2f009c547..bafa60272 100644
--- a/testing/speedometer/APKBUILD
+++ b/testing/speedometer/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=speedometer
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Measure and display the rate of data across a network connection or data being stored in a file"
url="http://excess.org/speedometer/"
-arch="x86 x86_64"
+arch="noarch"
license="LGPL"
depends="python py-urwid"
makedepends=