Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Vestigial utilities from IPython" |
| 2 | HOMEPAGE = "http://ipython.org" |
| 3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame^] | 4 | LICENSE = "BSD-3-Clause" |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" |
| 6 | |
| 7 | PYPI_PACKAGE = "ipython_genutils" |
| 8 | |
| 9 | SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f" |
| 10 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" |
| 11 | |
| 12 | inherit setuptools3 pypi |