Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Commit

Permalink
Update all the things!
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 26, 2012
1 parent d41c0e1 commit 831e38b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions python-cssselect/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='cssselect'
pkgver=0.6.1
pkgver=0.7.1
pkgrel=1
pkgdesc="Parses CSS3 Selectors and translates them to XPath 1.0."
license=('BSD')
Expand All @@ -11,7 +11,7 @@ pkgname="python-${_pypi_name}"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
url="http://packages.python.org/${_pypi_name}/"
md5sums=('2f3732963f30de5578a7594df0d06700')
md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')


package() {
Expand Down
4 changes: 2 additions & 2 deletions python-tinycss/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='tinycss'
pkgver=0.2
pkgver=0.3
pkgrel=1
pkgdesc="A complete yet simple CSS parser for Python."
license=('BSD')
Expand All @@ -12,7 +12,7 @@ pkgname="python-${_pypi_name}"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
url="http://packages.python.org/${_pypi_name}/"
md5sums=('55321a08a0fa60894b798b24a3300940')
md5sums=('13999e54453d4fbc9d1539f4b95d235e')


package() {
Expand Down
10 changes: 5 additions & 5 deletions python-weasyprint/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='WeasyPrint'
pkgver=0.11
pkgver=0.15
pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
arch=('any')
url="http://weasyprint.org/"
makedepends=('python' 'python-distribute')
depends=('python' 'pango>=1.29.3' 'python-gobject' 'python-cairo'
'python-lxml' 'python-pystacia' 'python-cairosvg>=0.4.1'
'python-tinycss>=0.2' 'python-cssselect>=0.6')
depends=('python' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'python-gobject'
'python-cairo' 'python-lxml' 'python-cairosvg>=0.4.1'
'python-tinycss=0.3' 'python-cssselect>=0.6')

pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
md5sums=('a9976d39e8eb9f596ff28fb4329d6b0f')
md5sums=('56b87ea799bfd4f422892c55b4f337aa')


package() {
Expand Down
4 changes: 2 additions & 2 deletions python2-cssselect/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='cssselect'
pkgver=0.6.1
pkgver=0.7.1
pkgrel=1
pkgdesc="Parses CSS3 Selectors and translates them to XPath 1.0."
license=('BSD')
Expand All @@ -11,7 +11,7 @@ pkgname="python2-${_pypi_name}"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
url="http://packages.python.org/${_pypi_name}/"
md5sums=('2f3732963f30de5578a7594df0d06700')
md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')


package() {
Expand Down
4 changes: 2 additions & 2 deletions python2-tinycss/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='tinycss'
pkgver=0.2
pkgver=0.3
pkgrel=1
pkgdesc="A complete yet simple CSS parser for Python."
license=('BSD')
Expand All @@ -12,7 +12,7 @@ pkgname="python2-${_pypi_name}"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
url="http://packages.python.org/${_pypi_name}/"
md5sums=('55321a08a0fa60894b798b24a3300940')
md5sums=('13999e54453d4fbc9d1539f4b95d235e')


package() {
Expand Down
10 changes: 5 additions & 5 deletions python2-weasyprint/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Maintainer: Simon Sapin <simon dot sapin at exyr dot org>
_pypi_name='WeasyPrint'
pkgver=0.11
pkgver=0.15
pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
arch=('any')
url="http://weasyprint.org/"
makedepends=('python2' 'python2-distribute')
depends=('python2' 'pango>=1.29.3' 'python2-gobject' 'python2-cairo'
'python2-lxml' 'python2-pystacia' 'python2-cairosvg>=0.4.1'
'python2-tinycss>=0.2' 'python2-cssselect>=0.6')
depends=('python2' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'python2-gobject'
'python2-cairo' 'python2-lxml' 'python2-cairosvg>=0.4.1'
'python2-tinycss=0.3' 'python2-cssselect>=0.6')

pkgname="python2-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
md5sums=('a9976d39e8eb9f596ff28fb4329d6b0f')
md5sums=('56b87ea799bfd4f422892c55b4f337aa')


package() {
Expand Down

0 comments on commit 831e38b

Please sign in to comment.