[arch-commits] Commit in python-editorconfig/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 20 14:44:02 UTC 2017


    Date: Sunday, August 20, 2017 @ 14:44:02
  Author: felixonmars
Revision: 252745

archrelease: copy trunk to community-any

Added:
  python-editorconfig/repos/community-any/PKGBUILD
    (from rev 252744, python-editorconfig/trunk/PKGBUILD)
Deleted:
  python-editorconfig/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  111 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 49 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-20 14:43:41 UTC (rev 252744)
+++ PKGBUILD	2017-08-20 14:44:02 UTC (rev 252745)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-editorconfig
-pkgname=('python-editorconfig' 'python2-editorconfig')
-pkgver=0.12.0
-pkgrel=2
-pkgdesc='EditorConfig File Locator and Interpreter for Python'
-arch=('any')
-license=('PSF')
-url='https://github.com/editorconfig/editorconfig-core-py'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('cmake')
-source=("git+https://github.com/editorconfig/editorconfig-core-py.git#tag=v$pkgver"
-        "git+https://github.com/editorconfig/editorconfig-core-test.git")
-md5sums=('SKIP'
-         'SKIP')
-
-prepare() {
-  cd editorconfig-core-py
-  git submodule init
-  git config submodule."tests".url "$srcdir"/editorconfig-core-test
-  git submodule update
-
-  cp -a "$srcdir"/editorconfig-core-py{,-py2}
-}
-
-build() {
-  cd "$srcdir"/editorconfig-core-py
-  python setup.py build
-
-  cd "$srcdir"/editorconfig-core-py-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/editorconfig-core-py
-  ctest -VV --output-on-failure .
-
-  cd "$srcdir"/editorconfig-core-py-py2
-  ctest -DPYTHON_EXECUTABLE=/usr/bin/python2 -VV --output-on-failure .
-}
-
-package_python-editorconfig() {
-  depends=('python')
-
-  cd editorconfig-core-py
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-editorconfig() {
-  depends=('python2')
-
-  cd editorconfig-core-py-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-
-  mv "$pkgdir"/usr/bin/editorconfig{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-editorconfig/repos/community-any/PKGBUILD (from rev 252744, python-editorconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-20 14:44:02 UTC (rev 252745)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-editorconfig
+pkgname=('python-editorconfig' 'python2-editorconfig')
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='EditorConfig File Locator and Interpreter for Python'
+arch=('any')
+license=('PSF')
+url='https://github.com/editorconfig/editorconfig-core-py'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/E/EditorConfig/EditorConfig-$pkgver.tar.gz")
+sha512sums=('d31abc261c3f2e17582d3c5ef549fd2f2292588d8a4549eb98d80693cf94a50078047d95892164a71043375f6c5596152ac62e04e854d78458cfb1183030669f')
+
+prepare() {
+  cp -a EditorConfig-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/EditorConfig-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/EditorConfig-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-editorconfig() {
+  depends=('python')
+
+  cd EditorConfig-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  # FS#55201
+  mv "$pkgdir"/usr/bin/editorconfig{,3}
+}
+
+package_python2-editorconfig() {
+  depends=('python2')
+
+  cd EditorConfig-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/editorconfig{,2}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list