Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
4cb08d152f vint fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676191 2019-08-08 16:48:13 +00:00
Fedora Release Engineering
71140c62ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:02:44 +00:00
Fedora Release Engineering
8018a231ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:20:10 +00:00
Fedora Release Engineering
4948fe9e9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:34:37 +00:00
Miro Hrončok
75cbdaf6db Rebuilt for Python 3.7 2018-06-19 11:30:14 +02:00
4 changed files with 1 additions and 86 deletions

5
.gitignore vendored
View file

@ -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
View file

@ -0,0 +1 @@
vint fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676191

View file

@ -1 +0,0 @@
SHA512 (vint-0.3.18.tar.gz) = 1d3e04527a8f5ffae29395010a88258c1771aff2798143eff6572400eaf96323cad04353a7fcee68d9407afde5808446f515fd3d7e8e62de4bef28edf214ebdd

View file

@ -1,80 +0,0 @@
Name: vint
Version: 0.3.18
Release: 2%{?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
* 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