[arch-commits] Commit in python-tinycss/repos (4 files)

2016-12-24 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 03:04:38
  Author: felixonmars
Revision: 201814

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-tinycss/repos/community-staging-i686/
  python-tinycss/repos/community-staging-i686/PKGBUILD
(from rev 201813, python-tinycss/trunk/PKGBUILD)
  python-tinycss/repos/community-staging-x86_64/
  python-tinycss/repos/community-staging-x86_64/PKGBUILD
(from rev 201813, python-tinycss/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: python-tinycss/repos/community-staging-i686/PKGBUILD (from rev 201813, 
python-tinycss/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-25 03:04:38 UTC (rev 201814)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.4
+pkgrel=2
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tinycss-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tinycss-$pkgver
+  py.test build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-tinycss/repos/community-staging-x86_64/PKGBUILD (from rev 
201813, python-tinycss/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-25 03:04:38 UTC (rev 201814)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.4
+pkgrel=2
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tinycss-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tinycss-$pkgver
+  py.test build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-tinycss/repos (4 files)

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:34:26
  Author: felixonmars
Revision: 190563

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tinycss/repos/community-i686/PKGBUILD
(from rev 190562, python-tinycss/trunk/PKGBUILD)
  python-tinycss/repos/community-x86_64/PKGBUILD
(from rev 190562, python-tinycss/trunk/PKGBUILD)
Deleted:
  python-tinycss/repos/community-i686/PKGBUILD
  python-tinycss/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   54 --
 3 files changed, 108 insertions(+), 107 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 15:31:05 UTC (rev 190562)
+++ community-i686/PKGBUILD 2016-09-25 15:34:26 UTC (rev 190563)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-pkgver=0.3
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python"
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
-
-prepare() {
-  cp -a tinycss-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tinycss-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/tinycss-$pkgver"
-  py.test build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  py.test2 build
-}
-
-package_python-tinycss() {
-  depends=('python')
-
-  cd "$srcdir/tinycss-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-tinycss() {
-  depends=('python2')
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-tinycss/repos/community-i686/PKGBUILD (from rev 190562, 
python-tinycss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 15:34:26 UTC (rev 190563)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.4
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tinycss-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tinycss-$pkgver
+  py.test build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-25 15:31:05 UTC (rev 190562)
+++ community-x86_64/PKGBUILD   2016-09-25 15:34:26 UTC (rev 190563)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-pkgver=0.4
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python"
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
-  'python2-pytest-cov' 

[arch-commits] Commit in python-tinycss/repos (4 files)

2015-10-29 Thread Kyle Keen
Date: Thursday, October 29, 2015 @ 14:18:56
  Author: kkeen
Revision: 145252

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tinycss/repos/community-i686/
  python-tinycss/repos/community-i686/PKGBUILD
(from rev 145251, python-tinycss/trunk/PKGBUILD)
  python-tinycss/repos/community-x86_64/
  python-tinycss/repos/community-x86_64/PKGBUILD
(from rev 145251, python-tinycss/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   37 +
 community-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: python-tinycss/repos/community-i686/PKGBUILD (from rev 145251, 
python-tinycss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-29 13:18:56 UTC (rev 145252)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+_pypi_name='tinycss'
+pkgver=0.3
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python."
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python'  'python-setuptools'  'cython'
+ 'python2' 'python2-setuptools' 'cython2')
+depends=('python')
+
+source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('13999e54453d4fbc9d1539f4b95d235e')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_pypi_name-$pkgver py2-$_pypi_name-$pkgver
+}
+
+package_python-tinycss() {
+  depends=('python')
+  cd "$srcdir/$_pypi_name-$pkgver"
+  python3 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+  cd "$srcdir/py2-$_pypi_name-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: python-tinycss/repos/community-x86_64/PKGBUILD (from rev 145251, 
python-tinycss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-29 13:18:56 UTC (rev 145252)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+_pypi_name='tinycss'
+pkgver=0.3
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python."
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python'  'python-setuptools'  'cython'
+ 'python2' 'python2-setuptools' 'cython2')
+depends=('python')
+
+source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('13999e54453d4fbc9d1539f4b95d235e')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_pypi_name-$pkgver py2-$_pypi_name-$pkgver
+}
+
+package_python-tinycss() {
+  depends=('python')
+  cd "$srcdir/$_pypi_name-$pkgver"
+  python3 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+  cd "$srcdir/py2-$_pypi_name-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-tinycss/repos (4 files)

2015-10-29 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 14:27:23
  Author: fyan
Revision: 145254

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tinycss/repos/community-i686/PKGBUILD
(from rev 145253, python-tinycss/trunk/PKGBUILD)
  python-tinycss/repos/community-x86_64/PKGBUILD
(from rev 145253, python-tinycss/trunk/PKGBUILD)
Deleted:
  python-tinycss/repos/community-i686/PKGBUILD
  python-tinycss/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 106 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-29 13:26:49 UTC (rev 145253)
+++ community-i686/PKGBUILD 2015-10-29 13:27:23 UTC (rev 145254)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-_pypi_name='tinycss'
-pkgver=0.3
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python."
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python'  'python-setuptools'  'cython'
- 'python2' 'python2-setuptools' 'cython2')
-depends=('python')
-
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_pypi_name-$pkgver py2-$_pypi_name-$pkgver
-}
-
-package_python-tinycss() {
-  depends=('python')
-  cd "$srcdir/$_pypi_name-$pkgver"
-  python3 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-tinycss() {
-  depends=('python2')
-  cd "$srcdir/py2-$_pypi_name-$pkgver"
-  python2 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-tinycss/repos/community-i686/PKGBUILD (from rev 145253, 
python-tinycss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-29 13:27:23 UTC (rev 145254)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.3
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('13999e54453d4fbc9d1539f4b95d235e')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tinycss-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tinycss-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/tinycss-$pkgver"
+  py.test build
+
+  cd "$srcdir/tinycss-$pkgver-py2"
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd "$srcdir/tinycss-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd "$srcdir/tinycss-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-29 13:26:49 UTC (rev 145253)
+++ community-x86_64/PKGBUILD   2015-10-29 13:27:23 UTC (rev 145254)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-_pypi_name='tinycss'
-pkgver=0.3
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python."
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python'  'python-setuptools'  'cython'
- 'python2' 'python2-setuptools' 'cython2')
-depends=('python')
-
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_pypi_name-$pkgver py2-$_pypi_name-$pkgver
-}
-
-package_python-tinycss() {
-  depends=('python')
-  cd "$srcdir/$_pypi_name-$pkgver"
-  python3 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE