Advertisement
Guest User

Untitled

a guest
May 28th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. SUMMARY = "Simple to use SOAP library for Python"
  2. SECTION = "devel/python"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=43f41fd631f225d8cd67eca52f38514f"
  5.  
  6. PR = "m0"
  7.  
  8. SRC_URI = "https://github.com/kiorky/SOAPpy/archive/${PV}.tar.gz"
  9. S = "${WORKDIR}/SOAPpy-${PV}"
  10.  
  11. inherit setuptools
  12.  
  13. SRC_URI[md5sum] = "c93de2e7827bcbb6841a8a0ca1de5c59"
  14. SRC_URI[sha256sum] = "966df1bbaa26eb887ab74f401d2def607ba7957c5fd6f84a7f0943e87fa4f3cd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement