This repository was archived by the owner on Aug 23, 2022. It is now read-only.
forked from Zaryob/SulinRepository
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpspec.xml
More file actions
64 lines (62 loc) · 2.25 KB
/
Copy pathpspec.xml
File metadata and controls
64 lines (62 loc) · 2.25 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
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>pip</Name>
<Homepage>https://pypi.python.org/pypi/pip</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
</Packager>
<Summary>The PyPA recommended tool for installing Python packages</Summary>
<Description>The PyPA recommended tool for installing Python packages</Description>
<License>MIT</License>
<Archive sha1sum="402e97034bc211f1d302821b01a2771c0ea368bb" type="targz">https://github.com/pypa/pip/archive/20.1.1.tar.gz</Archive>
</Source>
<Package>
<Name>python3-pip</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Files>
<Path fileType="executable">/usr/bin/pip</Path>
<Path fileType="executable">/usr/bin/pip3*</Path>
<Path fileType="data">/usr/lib/python3*</Path>
</Files>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>python-pip-docs</Name>
<Files>
<Path fileType="library">/usr/share/doc</Path>
<Path fileType="library">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-07-01</Date>
<Version>20.1.1</Version>
<Comment>Version bump to 20.1.1</Comment>
<Name>Suleyman Poyraz</Name>
</Update>
<Update release="2">
<Date>2019-12-12</Date>
<Version>19.3.1</Version>
<Comment>Automatic version upgrade.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="1">
<Date>2019-09-26</Date>
<Version>19.2.3</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
</History>
</INARY>