-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpspec.xml
More file actions
executable file
·93 lines (90 loc) · 3.5 KB
/
pspec.xml
File metadata and controls
executable file
·93 lines (90 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-Pygments</Name>
<Homepage>https://pygments.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A syntax highlighting package written in Python</Summary>
<Description>python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.</Description>
<Archive sha1sum="6d2dc431070cdfe1bb48b7684aadca56b5c522ed" type="targz">https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-Pygments</Name>
<Summary>A syntax highlighting package written in Python</Summary>
<Files>
<Path fileType="executable">/usr/bin/pygmentize-py2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>python-Pygments-docs</Name>
<Summary>Documentation files for python-Pygments</Summary>
<RuntimeDependencies>
<Dependency release="current">python-Pygments</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-Pygments</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2020-12-09</Date>
<Version>2.5.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>[email protected]</Email>
</Update>
<Update release="6">
<Date>2019-12-29</Date>
<Version>2.5.2</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>[email protected]</Email>
</Update>
<Update release="5">
<Date>2019-10-03</Date>
<Version>2.4.2</Version>
<Comment>Version bump</Comment>
<Name>idris Kalp</Name>
<Email>[email protected]</Email>
</Update>
<Update release="4">
<Date>2018-08-15</Date>
<Version>2.2.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>2.2.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.6</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="1">
<Date>2013-12-07</Date>
<Version>1.6</Version>
<Comment>First release</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>