pspec.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-dpkt</Name>
  6. <Homepage>https://github.com/kbandla/dpkt</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Python library for interacting with and creating packets.</Summary>
  14. <Description>A fast, simple packet creation/parsing python module with definitions for the basic TCP/IP protocols.</Description>
  15. <Archive sha1sum="6c7bc8229edbfcfe556b79f7692b45ab744b4370" type="targz">https://github.com/kbandla/dpkt/archive/v1.8.7.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>python-dpkt</Name>
  19. <Summary>Python library for interacting with and creating packets.</Summary>
  20. <Files>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="1">
  27. <Date>2016-03-28</Date>
  28. <Version>1.8.7</Version>
  29. <Comment>First release, rebuilt with docker</Comment>
  30. <Name>İbrahim KARAGÜZEL</Name>
  31. <Email>karaguzelibrahim@gmail.com</Email>
  32. </Update>
  33. </History>
  34. </PISI>