summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:41 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:02 +0700
commit4443d69af3184507386a22bc70d47d0bd554948d (patch)
tree64ec6058081655ebc23298de4b13bf8b4fe05aa5 /python
parentce029a4c46a55c13ce180907e6289d52c0823ad0 (diff)
downloadslackbuilds-4443d69af3184507386a22bc70d47d0bd554948d.tar.gz
python/python-pyspf: Renamed python2-pyspf.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-pyspf/slack-desc19
-rw-r--r--python/python2-pyspf/README (renamed from python/python-pyspf/README)0
-rw-r--r--python/python2-pyspf/python2-pyspf.SlackBuild (renamed from python/python-pyspf/python-pyspf.SlackBuild)8
-rw-r--r--python/python2-pyspf/python2-pyspf.info (renamed from python/python-pyspf/python-pyspf.info)2
-rw-r--r--python/python2-pyspf/slack-desc19
5 files changed, 24 insertions, 24 deletions
diff --git a/python/python-pyspf/slack-desc b/python/python-pyspf/slack-desc
deleted file mode 100644
index 0a66589559..0000000000
--- a/python/python-pyspf/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-python-pyspf: python-pyspf (Sender-Policy-Framework queries in Python)
-python-pyspf:
-python-pyspf: SPF does email sender validation. For more information about SPF,
-python-pyspf: please see http://www.openspf.org/
-python-pyspf:
-python-pyspf: Homepage: https://sourceforge.net/projects/pymilter/
-python-pyspf:
-python-pyspf:
-python-pyspf:
-python-pyspf:
-python-pyspf:
diff --git a/python/python-pyspf/README b/python/python2-pyspf/README
index 3a4ee251e2..3a4ee251e2 100644
--- a/python/python-pyspf/README
+++ b/python/python2-pyspf/README
diff --git a/python/python-pyspf/python-pyspf.SlackBuild b/python/python2-pyspf/python2-pyspf.SlackBuild
index 942d854a78..1ef3b91e38 100644
--- a/python/python-pyspf/python-pyspf.SlackBuild
+++ b/python/python2-pyspf/python2-pyspf.SlackBuild
@@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=python-pyspf
+PRGNAM=python2-pyspf
VERSION=${VERSION:-2.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -31,7 +31,7 @@ ORIGNAM=$(echo $PRGNAM | cut -f2 -d-)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+if [ "$ARCH" = "i486" ]; then
+ SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/python/python-pyspf/python-pyspf.info b/python/python2-pyspf/python2-pyspf.info
index 3b545bf0d5..e2c3f7b9e8 100644
--- a/python/python-pyspf/python-pyspf.info
+++ b/python/python2-pyspf/python2-pyspf.info
@@ -1,4 +1,4 @@
-PRGNAM="python-pyspf"
+PRGNAM="python2-pyspf"
VERSION="2.0.5"
HOMEPAGE="https://sourceforge.net/projects/pymilter"
DOWNLOAD="https://downloads.sourceforge.net/pymilter/pyspf-2.0.5.tar.gz"
diff --git a/python/python2-pyspf/slack-desc b/python/python2-pyspf/slack-desc
new file mode 100644
index 0000000000..39ef05b007
--- /dev/null
+++ b/python/python2-pyspf/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python2-pyspf: python2-pyspf (Sender-Policy-Framework queries in Python)
+python2-pyspf:
+python2-pyspf: SPF does email sender validation. For more information about SPF,
+python2-pyspf: please see http://www.openspf.org/
+python2-pyspf:
+python2-pyspf: Homepage: https://sourceforge.net/projects/pymilter/
+python2-pyspf:
+python2-pyspf:
+python2-pyspf:
+python2-pyspf:
+python2-pyspf: