diff --git a/programming/language/python3/python3-imagesize/actions.py b/programming/language/python3/python3-imagesize/actions.py index 3eae8ea161..1624efcbe6 100644 --- a/programming/language/python3/python3-imagesize/actions.py +++ b/programming/language/python3/python3-imagesize/actions.py @@ -4,10 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import get +from pisi.actionsapi import pisitools def build(): @@ -16,4 +14,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE*", "README*") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-imagesize/pspec.xml b/programming/language/python3/python3-imagesize/pspec.xml index b5cab52067..6ba5ed9984 100644 --- a/programming/language/python3/python3-imagesize/pspec.xml +++ b/programming/language/python3/python3-imagesize/pspec.xml @@ -1,5 +1,5 @@ - + python3-imagesize @@ -9,29 +9,38 @@ admins@pisilinux.org BSD + programming.language.python3 library Getting image size from png/jpeg/jpeg2000/gif file. This module analyzes jpeg/jpeg2000/png/gif image header and return image size. - https://files.pythonhosted.org/packages/c6/3f/1db2da33804e8d7ef3a868b27b7bdc1aae6a4f693f0162d2aeeaf503864f/imagesize-1.0.0.tar.gz + https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz - python3-devel python3-setuptools + python3-devel python3-imagesize + Getting image size from png/jpeg/jpeg2000/gif file. - python3-setuptools + python3 /usr/bin - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-imagesize + + 2019-12-30 + 1.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-28 1.0.0