pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-enum34</Name>
  6. <Homepage>https://bitbucket.org/stoneleaf/enum34/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>BSD</License>
  13. <IsA>app:console</IsA>
  14. <Summary>An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.</Summary>
  15. <Description>python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+</Description>
  16. <Archive sha1sum="e8dc197e852fd88feb1ebef61350ae75ea6126e9" type="targz">https://bitbucket.org/stoneleaf/enum34/get/1.1.10.tar.gz</Archive>
  17. <!--<Archive sha1sum="ee0e879d9542a3328b7e1ddb6c538c924c9eefd7" type="targz">https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz</Archive>-->
  18. <BuildDependencies>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-enum34</Name>
  25. <Summary>The enum module from Python3.4 backported from 3.3 - 2.4</Summary>
  26. <Files>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="5">
  33. <Date>2020-03-11</Date>
  34. <Version>1.1.10</Version>
  35. <Comment>Patch version bump.</Comment>
  36. <Name>Blue Devil</Name>
  37. <Email>bluedevil@sctzine.com</Email>
  38. </Update>
  39. <Update release="4">
  40. <Date>2020-03-04</Date>
  41. <Version>1.1.9</Version>
  42. <Comment>Patch version bump.</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. <Update release="3">
  47. <Date>2020-02-23</Date>
  48. <Version>1.1.8</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2020-01-20</Date>
  55. <Version>1.1.6</Version>
  56. <Comment>Rebuild for new toolchain</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2018-10-18</Date>
  62. <Version>1.1.6</Version>
  63. <Comment>First release</Comment>
  64. <Name>PisiLinux Community</Name>
  65. <Email>admins@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>