index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-babel/PKGBUILD | 4 | ||||
-rw-r--r-- | community/python-sqlalchemy/PKGBUILD | 4 | ||||
-rw-r--r-- | community/python-whoosh/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/python-pip/PKGBUILD | 4 |
diff --git a/community/python-babel/PKGBUILD b/community/python-babel/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-babel/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-sqlalchemy/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi diff --git a/community/python-whoosh/PKGBUILD b/community/python-whoosh/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-whoosh/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi diff --git a/extra/python-pip/PKGBUILD b/extra/python-pip/PKGBUILD index f1880e74..55d77113 100644 --- a/extra/python-pip/PKGBUILD +++ b/extra/python-pip/PKGBUILD @@ -3,10 +3,6 @@ if [ "${CARCH}" = "i486" ]; then md5sums[1]='71cb8b43efaa6af0d6cd98576ca2f932' sha256sums[1]='ff81c9d48be20765145cb04953c54c5b9059bd193e3d82cec870d3391e6e6dd1' - # disable sphinx for now, needs too many packages - makedepends=(${makedepends[@]//python-sphinx/}) - makedepends=(${makedepends[@]//python2-sphinx/}) - unset check fi |