mirror of
https://abf.rosa.ru/djam/python-pygments.git
synced 2025-02-23 15:02:48 +00:00
update version 2.6.1
This commit is contained in:
parent
a3f8b6502a
commit
f31146172b
2 changed files with 8 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
Pygments-2.2.0.tar.gz: 5c6714bd6fd950c1478889f7b72fc7f6771d5163
|
||||
pygments-2.6.1.tar.gz: 513c99f47a79e94b35f93a8aa3a9ef036462c69c
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
%define tarname Pygments
|
||||
%define tarname pygments
|
||||
|
||||
Summary: Syntax highlighting package written in Python
|
||||
Name: python-pygments
|
||||
Version: 2.2.0
|
||||
Release: 5
|
||||
Version: 2.6.1
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Development/Python
|
||||
Url: http://pygments.org/
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig(python)
|
||||
Source0: https://github.com/pygments/pygments/archive/%{version}.tar.gz?/%{tarname}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig(python2)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
BuildRequires: python3egg(setuptools)
|
||||
Requires: python-pkg-resources
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue