Skip to content

Commit

Permalink
python2-ordered-set: Add to system.base for pisi
Browse files Browse the repository at this point in the history
**Summary**
This is now a hard dep to be able to build pisi. If python2-ordered-set
is not in system.base, future pisi updates will fail to build.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jun 23, 2024
1 parent 1b6f413 commit 8658259
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/py/python2-ordered-set/package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name : python2-ordered-set
version : 3.1.1
release : 1
release : 2
source :
- https://files.pythonhosted.org/packages/a3/b7/d4d69641cbe707a45c23b190f2d717466ba5accc4c70b5f7a8a450387895/ordered-set-3.1.1.tar.gz : a7bfa858748c73b096e43db14eb23e2bc714a503f990c89fac8fab9b0ee79724
homepage : https://pypi.org/project/ordered-set/3.1.1/#description
license : MIT
component : programming.python
component : system.base
summary : A MutableSet that remembers its order, so that every entry has an index.
description: |
An OrderedSet is a mutable data structure that is a hybrid of a list and a set. It remembers the order of its entries, and every entry has an index number that can be looked up.
Expand Down
16 changes: 8 additions & 8 deletions packages/py/python2-ordered-set/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Name>python2-ordered-set</Name>
<Homepage>https://pypi.org/project/ordered-set/3.1.1/#description</Homepage>
<Packager>
<Name>Hans Kelson</Name>
<Email>[email protected]</Email>
<Name>Rune Morling</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">A MutableSet that remembers its order, so that every entry has an index.</Summary>
<Description xml:lang="en">An OrderedSet is a mutable data structure that is a hybrid of a list and a set. It remembers the order of its entries, and every entry has an index number that can be looked up.
</Description>
Expand All @@ -18,7 +18,7 @@
<Summary xml:lang="en">A MutableSet that remembers its order, so that every entry has an index.</Summary>
<Description xml:lang="en">An OrderedSet is a mutable data structure that is a hybrid of a list and a set. It remembers the order of its entries, and every entry has an index number that can be looked up.
</Description>
<PartOf>programming.python</PartOf>
<PartOf>system.base</PartOf>
<Files>
<Path fileType="library">/usr/lib/python2.7/site-packages/ordered_set-3.1.1-py2.7.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/ordered_set-3.1.1-py2.7.egg-info/SOURCES.txt</Path>
Expand All @@ -29,12 +29,12 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-06-22</Date>
<Update release="2">
<Date>2024-06-23</Date>
<Version>3.1.1</Version>
<Comment>Packaging update</Comment>
<Name>Hans Kelson</Name>
<Email>[email protected]</Email>
<Name>Rune Morling</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 8658259

Please sign in to comment.