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
69 lines (68 loc) · 2.67 KB
/
Copy pathpspec.xml
File metadata and controls
69 lines (68 loc) · 2.67 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
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>nose</Name>
<Homepage>http://somethingaboutorange.com/mrl/projects/nose/</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>A unittest extension offering automatic test suite discovery and easy test authoring</Summary>
<Description>python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic.</Description>
<Archive sha1sum="97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6" type="targz">https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz</Archive>
</Source>
<Package>
<Name>python-nose</Name>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/bin/nosetests</Path>
<Path fileType="library">/usr/bin/nosetests-2.7</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<Package>
<Name>python3-nose</Name>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/bin/nosetests-3.8</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<Package>
<Name>python-nose-docs</Name>
<Files>
<Path fileType="library">/usr/share/doc</Path>
<Path fileType="library">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-07-01</Date>
<Version>1.3.7</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Suleyman Poyraz</Name>
</Update>
<Update release="1">
<Date>2019-09-15</Date>
<Version>1.3.7</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
</History>
</INARY>