diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:15 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:57 -0500 |
commit | 3a757a750dc094f6bd49281283ed3e44f7a6b413 (patch) | |
tree | 286579372feaa79cddfa8338b8d044a6b22f90e5 | |
parent | eaa9da6193239c5b0817b9881581dee210e68604 (diff) | |
download | slackbuilds-3a757a750dc094f6bd49281283ed3e44f7a6b413.tar.gz |
python/python-magick: Renamed python2-magick.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r-- | python/python-magick/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-magick/README (renamed from python/python-magick/README) | 0 | ||||
-rw-r--r-- | python/python2-magick/python2-magick.SlackBuild (renamed from python/python-magick/python-magick.SlackBuild) | 2 | ||||
-rw-r--r-- | python/python2-magick/python2-magick.info (renamed from python/python-magick/python-magick.info) | 2 | ||||
-rw-r--r-- | python/python2-magick/slack-desc | 19 |
5 files changed, 21 insertions, 21 deletions
diff --git a/python/python-magick/slack-desc b/python/python-magick/slack-desc deleted file mode 100644 index 7a55363f7a..0000000000 --- a/python/python-magick/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-magick: python-magick (ImageMagick python bindings) -python-magick: -python-magick: PythonMagick provides object oriented bindings for the ImageMagick -python-magick: library. -python-magick: -python-magick: http://www.imagemagick.org/ -python-magick: -python-magick: -python-magick: -python-magick: -python-magick: diff --git a/python/python-magick/README b/python/python2-magick/README index c2fc9aa602..c2fc9aa602 100644 --- a/python/python-magick/README +++ b/python/python2-magick/README diff --git a/python/python-magick/python-magick.SlackBuild b/python/python2-magick/python2-magick.SlackBuild index 95a2a15018..d32ee004e7 100644 --- a/python/python-magick/python-magick.SlackBuild +++ b/python/python2-magick/python2-magick.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-magick +PRGNAM=python2-magick SRCNAM=PythonMagick VERSION=${VERSION:-0.9.19} BUILD=${BUILD:-1} diff --git a/python/python-magick/python-magick.info b/python/python2-magick/python2-magick.info index 3fbfafb990..d6ed24135f 100644 --- a/python/python-magick/python-magick.info +++ b/python/python2-magick/python2-magick.info @@ -1,4 +1,4 @@ -PRGNAM="python-magick" +PRGNAM="python2-magick" VERSION="0.9.19" HOMEPAGE="http://www.imagemagick.org" DOWNLOAD="http://www.imagemagick.org/download/python/PythonMagick-0.9.19.tar.gz" diff --git a/python/python2-magick/slack-desc b/python/python2-magick/slack-desc new file mode 100644 index 0000000000..c85a9e8f0c --- /dev/null +++ b/python/python2-magick/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-magick: python2-magick (ImageMagick python bindings) +python2-magick: +python2-magick: PythonMagick provides object oriented bindings for the ImageMagick +python2-magick: library. +python2-magick: +python2-magick: http://www.imagemagick.org/ +python2-magick: +python2-magick: +python2-magick: +python2-magick: +python2-magick: |