R2PM_BEGIN

R2PM_DESC "[syspkg-r2pipe] r2pipe API for Python"

R2PM_INSTALL() {
	pip install -U r2pipe
}

R2PM_UNINSTALL() {
	pip uninstall r2pipe
}

R2PM_END
