diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:51:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:51:13 +0200 |
commit | c5fc6c6030d7d9d1b2af3d5165bebed3decd741b (patch) | |
tree | dfacccc9ae0747e53e53e5388b2ecd0623e040c3 /rapid_photo_downloader.egg-info | |
parent | 77dd64c0757c0191b276e65c24ee9874959790c8 (diff) |
New upstream version 0.9.4upstream/0.9.4
Diffstat (limited to 'rapid_photo_downloader.egg-info')
-rw-r--r-- | rapid_photo_downloader.egg-info/PKG-INFO | 25 | ||||
-rw-r--r-- | rapid_photo_downloader.egg-info/SOURCES.txt | 2 | ||||
-rw-r--r-- | rapid_photo_downloader.egg-info/requires.txt | 16 |
3 files changed, 21 insertions, 22 deletions
diff --git a/rapid_photo_downloader.egg-info/PKG-INFO b/rapid_photo_downloader.egg-info/PKG-INFO index 890cad7..fb4808d 100644 --- a/rapid_photo_downloader.egg-info/PKG-INFO +++ b/rapid_photo_downloader.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: rapid-photo-downloader -Version: 0.9.1 +Version: 0.9.4 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: http://www.damonlynch.net/rapid Author: Damon Lynch @@ -55,10 +55,14 @@ Description: Rapid Photo Downloader To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo): - ``python3 install.py rapid-photo-downloader-0.9.1.tar.gz`` + ``python3 install.py`` - **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py - install`` *is* **not** *supported, and* **not** *recommended.* + The program sudo may prompt for your administrator (root) password during the + install process, if required. + + For a list of optional commands you can give the insaller, run: + + ``python3 install.py --help`` Finally, to uninstall: @@ -71,7 +75,7 @@ Description: Rapid Photo Downloader - Ubuntu 16.04 or newer - LinuxMint 18 or newer - - Debian sid + - Debian 9, unstable or testing - Fedora 24 or newer - openSUSE Leap 42.2 or newer - Any distribution meeting the software requirements below @@ -160,20 +164,13 @@ Description: Rapid Photo Downloader ``python3 -m pip install --user --upgrade pip`` - ``python3 -m pip install --user --upgrade setuptools`` - - **Caution:** the previous two steps will update pip and setuptools for your user. Potentially this - could negatively affect the installation of other, older Python packages by your user, but the - risk is small and is normally nothing to worry about. + ``python3 -m pip install --user --upgrade setuptools wheel`` The following command will install all required and optional Python modules not already installed on your system, with the exception of those specified above in `satisfying software requirements`_: - ``python3 install.py rapid-photo-downloader-0.9.1.tar.gz`` - - Substitute the name of the correct compressed tar file if necessary, and run it as your regular - user (i.e. *without* sudo). + ``python3 install.py`` **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py install`` *is* **not** *supported, and* **not** *recommended.* diff --git a/rapid_photo_downloader.egg-info/SOURCES.txt b/rapid_photo_downloader.egg-info/SOURCES.txt index 6e320d7..d39c041 100644 --- a/rapid_photo_downloader.egg-info/SOURCES.txt +++ b/rapid_photo_downloader.egg-info/SOURCES.txt @@ -110,6 +110,7 @@ raphodo/rapid.py raphodo/rememberthisdialog.py raphodo/renameandmovefile.py raphodo/renamepanel.py +raphodo/rescan.py raphodo/resources.qrc raphodo/rotatedpushbutton.py raphodo/rpdfile.py @@ -122,6 +123,7 @@ raphodo/thumbnaildisplay.py raphodo/thumbnailer.py raphodo/thumbnailextractor.py raphodo/thumbnailpara.py +raphodo/timeutils.py raphodo/toggleswitch.py raphodo/toggleview.py raphodo/utilities.py diff --git a/rapid_photo_downloader.egg-info/requires.txt b/rapid_photo_downloader.egg-info/requires.txt index 3e178ee..97d93b7 100644 --- a/rapid_photo_downloader.egg-info/requires.txt +++ b/rapid_photo_downloader.egg-info/requires.txt @@ -1,15 +1,15 @@ -gphoto2 -pyzmq -psutil -pyxdg arrow -python-dateutil colorlog -pyprind -rawkit -easygui colour +easygui +gphoto2 +psutil pymediainfo +pyprind +python-dateutil +pyxdg +pyzmq +rawkit sortedcontainers [:python_version == "3.4"] |