Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cb08d152f | ||
|
|
71140c62ca |
4 changed files with 1 additions and 95 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/vint-0.3.14.tar.gz
|
||||
/vint-0.3.15.tar.gz
|
||||
/vint-0.3.16.tar.gz
|
||||
/vint-0.3.17.tar.gz
|
||||
/vint-0.3.18.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
vint fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676191
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (vint-0.3.18.tar.gz) = 1d3e04527a8f5ffae29395010a88258c1771aff2798143eff6572400eaf96323cad04353a7fcee68d9407afde5808446f515fd3d7e8e62de4bef28edf214ebdd
|
||||
89
vint.spec
89
vint.spec
|
|
@ -1,89 +0,0 @@
|
|||
Name: vint
|
||||
Version: 0.3.18
|
||||
Release: 5%{?dist}
|
||||
Summary: Lint tool for Vim script Language
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/Kuniwak/%{name}
|
||||
Source0: https://github.com/Kuniwak/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-ansicolor >= 0.2.4
|
||||
BuildRequires: python3-chardet >= 2.3.0
|
||||
BuildRequires: python3-coverage >= 3.7.1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-cov >= 1.8.1
|
||||
BuildRequires: python3-PyYAML >= 3.11
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-ansicolor >= 0.2.4
|
||||
Requires: python3-chardet >= 2.3.0
|
||||
Requires: python3-PyYAML >= 3.11
|
||||
|
||||
%description
|
||||
Vint is a Vim script Language Lint. The goal to reach for Vint is:
|
||||
- Highly extensible
|
||||
- Highly customizable
|
||||
- High performance
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
# Remove shebang and preserve timestamp
|
||||
sed -i.orig '1{\@^#!/usr/bin/env python@d}' %{name}/_bundles/vimlparser.py
|
||||
touch -r %{name}/_bundles/vimlparser.py.orig %{name}/_bundles/vimlparser.py
|
||||
rm -f %{name}/_bundles/vimlparser.py.orig
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH \
|
||||
PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitelib} \
|
||||
py.test-%{python3_version} -v test
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%doc CONTRIBUTING.rst README.rst
|
||||
%{_bindir}/%{name}
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.18-3
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Jan 05 2018 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.18-1
|
||||
- Update to 0.3.18 (#1531023)
|
||||
|
||||
* Fri Dec 01 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.17-1
|
||||
- Update to 0.3.17
|
||||
|
||||
* Thu Nov 23 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.16-1
|
||||
- Update to 0.3.16 (#1512919)
|
||||
|
||||
* Sun Nov 12 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.15-1
|
||||
- Update to 0.3.15 (#1512244)
|
||||
|
||||
* Sat Oct 07 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.14-1
|
||||
- Update to 0.3.14
|
||||
|
||||
* Wed May 31 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.13-1
|
||||
- Update to 0.3.13
|
||||
|
||||
* Sat May 20 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.11-2
|
||||
- Remove shebang from vint/_bundles/vimlparser.py
|
||||
|
||||
* Wed May 17 2017 Filip Szymański <fszymanski@fedoraproject.org> - 0.3.11-1
|
||||
- Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue