代码拉取完成,页面将自动刷新
#!/bin/bash
set -e
if [ "$UID" -ne "0" ]; then
echo "$0 must be run as root"
exit 1
fi
# Package with source tarball on PyPI:
pypi-install pyflakes --verbose=2
dpkg --purge python-pyflakes
# This test fails on Ubuntu 12.04 due to what looks like a bug with
# "dh_auto_clean -O--buildsystem=python_distutils" not changing into the
# directory with setup.py and thus its "import prober" fails. That's not
# an stdeb bug. We could run this test on later versions of Debian/Ubuntu.
#
# Package with no source tarball on PyPI: (v 0.6.2, 2009-12-30)
#pypi-install posix_ipc --release=0.6.2 --verbose=2 --allow-unsafe-download
#dpkg --purge python-posixipc
echo "skipping known failure tests"
exit 0
# A pure python package with source tarball on PyPI. (This fails if
# the Debian/Ubuntu original "pyro" package is already
# installed. This should use apt-file to find that binary package is
# "pyro".)
apt-get install pyro # get upstream version
pypi-install Pyro --verbose=2
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。