[arch-commits] Commit in python-pre-commit/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 9 20:07:46 UTC 2020
Date: Tuesday, June 9, 2020 @ 20:07:46
Author: felixonmars
Revision: 640920
archrelease: copy trunk to community-any
Added:
python-pre-commit/repos/community-any/PKGBUILD
(from rev 640919, python-pre-commit/trunk/PKGBUILD)
Deleted:
python-pre-commit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-09 20:07:29 UTC (rev 640919)
+++ PKGBUILD 2020-06-09 20:07:46 UTC (rev 640920)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pre-commit
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A framework for managing and maintaining multi-language pre-commit hooks"
-url="https://github.com/pre-commit/pre-commit"
-license=('MIT')
-arch=('any')
-depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 'python-toml'
- 'python-virtualenv')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'git' 'go-pie' 'python2' 'rubygems' 'rust')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/v$pkgver.tar.gz"
- pre-commit-pythonpath-fix.patch::https://github.com/pre-commit/pre-commit/pull/1369.patch)
-sha512sums=('9ef9c8ab931180c13b92220110a06ca416cca43d463c9d4bcf2cc22b09ee623334a538611a81d1e349b56ee57a19619f41e34274bca7cc45e43e03cc3f78e3c9'
- '9bafce326138c5e7a5b73a2fd10ac8b3dec2fae4eed93224210cb6f466effa2074dc3dbadeb16d997319b4e2f58f6fef47e05877fbfd06296f6868a4265b0fa7')
-
-prepare() {
- cd pre-commit-$pkgver
- patch -p1 -i ../pre-commit-pythonpath-fix.patch
-}
-
-build() {
- cd pre-commit-$pkgver
- python setup.py build
-}
-
-check() {
- cd pre-commit-$pkgver
- git config --global user.email "pony at arch"
- git config --global user.name "Lucky Pony"
- git init
- export GIT_AUTHOR_NAME="Lucky Pony"
- export GIT_COMMITTER_NAME="Lucky Pony"
- export GIT_AUTHOR_EMAIL="pony at arch"
- export GIT_COMMITTER_EMAIL="pony at arch"
- export VIRTUALENV_NO_DOWNLOAD=1
- export PRE_COMMIT_NO_CONCURRENCY=1
-
- # Deselect conda because we don't have it!
- # test_run_a_ruby_hook: https://github.com/pre-commit/pre-commit/issues/1368
- python setup.py pytest --addopts "--deselect tests/repository_test.py::test_conda_hook \
- --deselect tests/repository_test.py::test_conda_with_additional_dependencies_hook \
- --deselect tests/repository_test.py::test_local_conda_additional_dependencies \
- --deselect tests/repository_test.py::test_run_a_ruby_hook \
- --deselect tests/repository_test.py::test_switch_language_versions_doesnt_clobber"
-}
-
-package() {
- cd pre-commit-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pre-commit/repos/community-any/PKGBUILD (from rev 640919, python-pre-commit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-09 20:07:46 UTC (rev 640920)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pre-commit
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A framework for managing and maintaining multi-language pre-commit hooks"
+url="https://github.com/pre-commit/pre-commit"
+license=('MIT')
+arch=('any')
+depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 'python-toml'
+ 'python-virtualenv')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'git' 'go-pie' 'python2' 'rubygems' 'rust')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/v$pkgver.tar.gz"
+ pre-commit-pythonpath-fix.patch::https://github.com/pre-commit/pre-commit/pull/1369.patch)
+sha512sums=('b307a4d0ad63012999763c85b61dfd153ddb49d56182ad729f69e77437603028b7f06b142921207864472b72039d3db3893727e4659ef255adeebec73f8abbbe'
+ '9bafce326138c5e7a5b73a2fd10ac8b3dec2fae4eed93224210cb6f466effa2074dc3dbadeb16d997319b4e2f58f6fef47e05877fbfd06296f6868a4265b0fa7')
+
+prepare() {
+ cd pre-commit-$pkgver
+ patch -p1 -i ../pre-commit-pythonpath-fix.patch
+}
+
+build() {
+ cd pre-commit-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pre-commit-$pkgver
+ git config --global user.email "pony at arch"
+ git config --global user.name "Lucky Pony"
+ git init
+ export GIT_AUTHOR_NAME="Lucky Pony"
+ export GIT_COMMITTER_NAME="Lucky Pony"
+ export GIT_AUTHOR_EMAIL="pony at arch"
+ export GIT_COMMITTER_EMAIL="pony at arch"
+ export VIRTUALENV_NO_DOWNLOAD=1
+ export PRE_COMMIT_NO_CONCURRENCY=1
+
+ # Deselect conda because we don't have it!
+ # test_run_a_ruby_hook: https://github.com/pre-commit/pre-commit/issues/1368
+ python setup.py pytest --addopts "--deselect tests/repository_test.py::test_conda_hook \
+ --deselect tests/repository_test.py::test_conda_with_additional_dependencies_hook \
+ --deselect tests/repository_test.py::test_local_conda_additional_dependencies \
+ --deselect tests/repository_test.py::test_run_a_ruby_hook \
+ --deselect tests/repository_test.py::test_switch_language_versions_doesnt_clobber"
+}
+
+package() {
+ cd pre-commit-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list