slpkg/PKG-INFO

534 lines
20 KiB
Text
Raw Normal View History

2014-05-23 07:46:51 +02:00
Metadata-Version: 1.1
Name: slpkg
2014-08-18 00:00:28 +02:00
Version: 1.7.4
2014-05-23 07:46:51 +02:00
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw
Maintainer-email: d zlatanidis at gmail com
2014-07-26 14:13:15 +02:00
Home-page: https://github.com/dslackw/slpkg
2014-08-04 02:02:38 +02:00
Download-url: http://sourceforge.net/projects/slpkg
2014-07-31 05:44:04 +02:00
Summary: Utility for easy management packages in Slackware
2014-05-23 07:46:51 +02:00
Description: .. image:: https://badge.fury.io/py/slpkg.png
:target: http://badge.fury.io/py/slpkg
.. image:: https://pypip.in/d/slpkg/badge.png
:target: https://pypi.python.org/pypi/slpkg
.. image:: https://pypip.in/license/slpkg/badge.png
:target: https://pypi.python.org/pypi/slpkg
2014-08-04 02:02:38 +02:00
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
:target: https://github.com/dslackw/slpkg
2014-05-23 07:46:51 +02:00
2014-08-04 02:02:38 +02:00
Slpkg is a terminal multitool in order to easy use `Slackware
2014-08-13 02:57:05 +02:00
<http://www.slackware.com/>`_
packages.
2014-05-23 07:46:51 +02:00
Features
2014-07-26 14:13:15 +02:00
========
2014-08-04 02:02:38 +02:00
- Build third party packages from source with all dependencies
- Install packages through from official `Slackware <http://www.slackware.com/>`_
mirrors
- Find and Download packages from `slackbuilds.org <http://slackbuilds.org/>`_
- Grabs packages from slackbuilds.org in real time
2014-05-23 07:46:51 +02:00
- Automatic tool build and install packages
2014-07-26 14:13:15 +02:00
- Check if your distribution is up to date
2014-08-13 02:57:05 +02:00
- Remove packages with all dependencies
2014-07-18 06:02:34 +02:00
- Display the contents of the packages
- Install-upgrade Slackware packages
- Build and install all in a command
- Checking for updated packages
2014-05-23 07:46:51 +02:00
- List all installed packages
2014-07-18 06:02:34 +02:00
- Find installed package
- Read SlackBuilds files
2014-05-23 07:46:51 +02:00
- Τracking dependencies
2014-07-18 06:02:34 +02:00
- No dependencies
2014-08-04 02:02:38 +02:00
It's a quick and easy way to manage your packages in `Slackware
<http://www.slackware.com/>`_
2014-07-18 06:02:34 +02:00
to a command.
`[CHANGELOG] <https://github.com/dslackw/slpkg/blob/master/CHANGELOG>`_
Video Tutorial
==============
.. image::
https://raw.githubusercontent.com/dslackw/images/master/slpkg/screenshot-1.png
2014-08-13 02:57:05 +02:00
:target: https://asciinema.org/a/11265
2014-07-18 06:02:34 +02:00
Installation
------------
2014-08-04 02:02:38 +02:00
Using `pip <https://pip.pypa.io/en/latest/>`_ (best way to have last updates):
2014-07-18 06:02:34 +02:00
.. code-block:: bash
2014-08-04 02:02:38 +02:00
$ pip install slpkg
uninstall:
2014-07-18 06:02:34 +02:00
2014-08-04 02:02:38 +02:00
$ pip uninstall slpkg
2014-07-18 06:02:34 +02:00
2014-08-04 02:02:38 +02:00
Using Slackware command:
2014-08-13 02:57:05 +02:00
Download http://slackbuilds.org/repository/14.1/system/slpkg from slackbuilds.org
2014-07-18 06:02:34 +02:00
2014-08-13 02:57:05 +02:00
Using SBOPKG http://www.sbopkg.org
2014-07-18 06:02:34 +02:00
2014-08-04 02:02:38 +02:00
Download binary package from SourceForge:
2014-07-18 06:02:34 +02:00
Command Line Tool Usage
2014-08-13 02:57:05 +02:00
-----------------------
2014-07-18 06:02:34 +02:00
.. code-block:: bash
2014-07-31 05:44:04 +02:00
usage: slpkg [-h] [-v] [-a script [source ...]]
2014-08-04 02:02:38 +02:00
[-l all, sbo, slack, noarch, other]
2014-07-31 05:44:04 +02:00
[-c sbo, slack [sbo, slack ...]]
[-s sbo, slack [sbo, slack ...]] [-t] [-n] [-i [...]]
[-u [...]] [-o [...]] [-r [...]] [-f [...]] [-d [...]]
2014-07-18 06:02:34 +02:00
2014-07-31 05:44:04 +02:00
Utility for easy management packages in Slackware
2014-07-18 06:02:34 +02:00
2014-07-31 05:44:04 +02:00
optional arguments:
2014-07-18 06:02:34 +02:00
-h, --help show this help message and exit
-v, --verbose print version and exit
-a script [source ...]
auto build package
2014-08-04 02:02:38 +02:00
-l all, sbo, slack, noarch, other
2014-07-18 06:02:34 +02:00
list of installed packages
2014-07-26 14:13:15 +02:00
-c sbo, slack [sbo, slack ...]
check if your packages is up to date
2014-07-31 05:44:04 +02:00
-s sbo, slack [sbo, slack ...]
download, build & install packages
2014-08-13 02:57:05 +02:00
-t packages tracking dependencies from SBo
2014-08-04 02:02:38 +02:00
-n view packages from SBo repository
2014-07-18 06:02:34 +02:00
-i [ ...] install binary packages
2014-07-31 05:44:04 +02:00
-u [ ...] upgrade binary packages
-o [ ...] reinstall binary packages
2014-08-13 02:57:05 +02:00
-r [ ...] remove binary packages
2014-08-04 02:02:38 +02:00
-f [ ...] view installed packages
2014-07-18 06:02:34 +02:00
-d [ ...] display the contents of the packages
2014-07-31 05:44:04 +02:00
2014-07-18 06:02:34 +02:00
Slpkg Examples
--------------
Find package from slackbuilds.org download,
build and install with all dependencies :
.. code-block:: bash
2014-07-31 05:44:04 +02:00
$ slpkg -s sbo brasero
2014-08-13 02:57:05 +02:00
Building dependency tree...... Done
The following packages will be automatically installed or upgraded with new
version:
2014-07-26 14:13:15 +02:00
2014-08-13 02:57:05 +02:00
orc gstreamer1 gst1-plugins-base gst1-plugins-bad libunique brasero
Do you want to continue [Y/n]? y
2014-08-04 02:02:38 +02:00
.
.
.
2014-07-26 14:13:15 +02:00
+==============================================================================
2014-07-18 06:02:34 +02:00
| Installing new package /tmp/brasero-3.11.3-x86_64-1_SBo.tgz
2014-07-26 14:13:15 +02:00
+==============================================================================
2014-07-18 06:02:34 +02:00
2014-07-26 14:13:15 +02:00
Verifying package brasero-3.11.3-x86_64-1_SBo.tgz.
2014-07-18 06:02:34 +02:00
Installing package brasero-3.11.3-x86_64-1_SBo.tgz:
PACKAGE DESCRIPTION:
# brasero (CD/DVD burning application)
#
# Brasero is a application to burn CD/DVD for the Gnome Desktop. It is
# designed to be as simple as possible and has some unique features to
# enable users to create their discs easily and quickly.
#
# Homepage: http://projects.gnome.org/brasero
#
Executing install script for brasero-3.11.3-x86_64-1_SBo.tgz.
Package brasero-3.11.3-x86_64-1_SBo.tgz installed.
2014-07-31 05:44:04 +02:00
Find packages from `Slackware official mirrors <http://mirrors.slackware.com/>`_
download and install:
.. code-block:: bash
$ slpkg -s slack mozilla
Packages with name matching [ mozilla ]
2014-08-13 02:57:05 +02:00
Reading package lists.............................. Done
2014-07-31 05:44:04 +02:00
[ install ] --> mozilla-firefox-24.1.0esr-x86_64-1
[ install ] --> mozilla-nss-3.15.2-x86_64-2
[ install ] --> mozilla-thunderbird-24.1.0-x86_64-1
2014-08-13 02:57:05 +02:00
Would you like to install [Y/n]?
2014-07-31 05:44:04 +02:00
2014-08-13 02:57:05 +02:00
Tracking all dependencies of packages,
and also displays installed packages:
2014-07-18 06:02:34 +02:00
.. code-block:: bash
$ slpkg -t brasero
2014-08-13 02:57:05 +02:00
Reading package lists...... Done
2014-08-04 02:02:38 +02:00
2014-07-18 06:02:34 +02:00
+=========================
2014-07-26 14:13:15 +02:00
| brasero dependencies :
2014-07-18 06:02:34 +02:00
+=========================
2014-07-31 05:44:04 +02:00
\
2014-08-04 02:02:38 +02:00
+---[ Tree of dependencies ]
2014-07-31 05:44:04 +02:00
|
2014-08-13 02:57:05 +02:00
+--1 orc
2014-07-31 05:44:04 +02:00
|
2014-08-13 02:57:05 +02:00
+--2 gstreamer1
2014-07-31 05:44:04 +02:00
|
2014-08-13 02:57:05 +02:00
+--3 gst1-plugins-base
2014-07-31 05:44:04 +02:00
|
2014-08-13 02:57:05 +02:00
+--4 gst1-plugins-bad
|
+--5 libunique
NOTE: green installed, red not installed
2014-07-26 14:13:15 +02:00
Check if your packages is up to date from slackbuilds.org:
2014-07-18 06:02:34 +02:00
.. code-block:: bash
2014-07-26 14:13:15 +02:00
$ slpkg -c sbo flashplayer-plugin
2014-08-13 02:57:05 +02:00
Reading package lists. Done
2014-07-18 06:02:34 +02:00
2014-07-26 14:13:15 +02:00
New version is available:
+==============================================================================
| Package: flashplayer-plugin 11.2.202.356 --> flashplayer-plugin 11.2.202.394
+==============================================================================
2014-07-18 06:02:34 +02:00
2014-08-13 02:57:05 +02:00
Would you like to install [Y/n]?
2014-07-18 06:02:34 +02:00
2014-07-26 14:13:15 +02:00
$ slpkg -c sbo ranger
2014-08-13 02:57:05 +02:00
Reading package lists. Done
2014-07-18 06:02:34 +02:00
2014-08-13 02:57:05 +02:00
Package 'ranger-1.6.1' is up to date
2014-07-18 06:02:34 +02:00
2014-07-31 05:44:04 +02:00
$ slpkg -c sbo termcolor
2014-08-13 02:57:05 +02:00
Reading package lists. Done
2014-07-18 06:02:34 +02:00
2014-08-04 02:02:38 +02:00
No such package termcolor: Not installed
2014-07-18 06:02:34 +02:00
2014-07-26 14:13:15 +02:00
Check if your distribution is up to date from `Slackware official mirrors
2014-08-04 02:02:38 +02:00
<http://mirrors.slackware.com/>`_
2014-07-18 06:02:34 +02:00
.. code-block:: bash
2014-07-26 14:13:15 +02:00
$ slpkg -c slack upgrade
2014-08-13 02:57:05 +02:00
Reading package lists....... Done
2014-07-18 06:02:34 +02:00
2014-08-04 02:02:38 +02:00
These packages need upgrading:
[ upgrade ] --> dhcpcd-6.0.5-x86_64-3_slack14.1.txz
[ upgrade ] --> samba-4.1.11-x86_64-1_slack14.1.txz
[ upgrade ] --> xscreensaver-5.29-x86_64-1_slack14.1.txz
2014-08-13 02:57:05 +02:00
Would you like to upgrade [Y/y]?
2014-07-18 06:02:34 +02:00
2014-08-13 02:57:05 +02:00
Find packages from slackbuilds.org:
2014-07-18 06:02:34 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -n bitfighter
2014-08-13 02:57:05 +02:00
Reading package lists. Done
2014-08-04 02:02:38 +02:00
2014-07-26 14:13:15 +02:00
+===============================================================================
2014-08-13 02:57:05 +02:00
| Package bitfighter --> http://slackbuilds.org/repository/14.1/games/bitfighter/
2014-07-26 14:13:15 +02:00
+===============================================================================
2014-07-31 05:44:04 +02:00
| SlackBuild : bitfighter.tar.gz
| Source : bitfighter-019c.tar.gz
| Extra : classic_level_pack.zip
| Requirements : OpenAL, SDL2, speex, libmodplug
2014-07-26 14:13:15 +02:00
+===============================================================================
2014-07-31 05:44:04 +02:00
README View the README file
SlackBuild View the SlackBuild file
Info View the Info file
Download Download this package
Build Download and build this package
Install Download/Build/Install
2014-05-23 07:46:51 +02:00
2014-07-26 14:13:15 +02:00
_
2014-05-23 07:46:51 +02:00
2014-07-26 14:13:15 +02:00
Auto tool to build package:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
Two files termcolor.tar.gz and termcolor-1.1.0.tar.gz
must be in the same directory.
2014-08-13 02:57:05 +02:00
(slackbuild script & source code or extra sources if needed)
2014-07-13 16:33:37 +02:00
$ slpkg -a termcolor.tar.gz termcolor-1.1.0.tar.gz
termcolor/
termcolor/slack-desc
termcolor/termcolor.info
termcolor/README
termcolor/termcolor.SlackBuild
termcolor-1.1.0/
termcolor-1.1.0/CHANGES.rst
termcolor-1.1.0/COPYING.txt
termcolor-1.1.0/README.rst
termcolor-1.1.0/setup.py
termcolor-1.1.0/termcolor.py
termcolor-1.1.0/PKG-INFO
running install
running build
running build_py
creating build
creating build/lib
copying termcolor.py -> build/lib
running install_lib
creating /tmp/SBo/package-termcolor/usr
creating /tmp/SBo/package-termcolor/usr/lib64
creating /tmp/SBo/package-termcolor/usr/lib64/python2.7
creating /tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages
copying build/lib/termcolor.py ->
2014-08-04 02:02:38 +02:00
/tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages
2014-07-13 16:33:37 +02:00
byte-compiling
2014-08-04 02:02:38 +02:00
/tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages/termcolor.py
to termcolor.pyc
2014-07-13 16:33:37 +02:00
running install_egg_info
Writing
2014-08-04 02:02:38 +02:00
2014-06-05 02:23:14 +02:00
/tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Slackware package maker, version 3.14159.
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Searching for symbolic links:
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Creating Slackware package: /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
./
usr/
usr/lib64/
usr/lib64/python2.7/
usr/lib64/python2.7/site-packages/
usr/lib64/python2.7/site-packages/termcolor.py
usr/lib64/python2.7/site-packages/termcolor.pyc
usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
usr/doc/
usr/doc/termcolor-1.1.0/
usr/doc/termcolor-1.1.0/termcolor.SlackBuild
usr/doc/termcolor-1.1.0/README.rst
usr/doc/termcolor-1.1.0/CHANGES.rst
usr/doc/termcolor-1.1.0/PKG-INFO
usr/doc/termcolor-1.1.0/COPYING.txt
install/
install/slack-desc
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Slackware package /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz created.
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Upgrade, install package:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -u /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz
2014-05-23 07:46:51 +02:00
2014-07-26 14:13:15 +02:00
+==============================================================================
2014-07-13 16:33:37 +02:00
| Installing new package ./termcolor-1.1.0-x86_64-1_SBo.tgz
2014-07-26 14:13:15 +02:00
+==============================================================================
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
Verifying package termcolor-1.1.0-x86_64-1_SBo.tgz.
Installing package termcolor-1.1.0-x86_64-1_SBo.tgz:
PACKAGE DESCRIPTION:
# termcolor (ANSII Color formatting for output in terminal)
#
# termcolor allows you to format your output in terminal.
#
# Project URL: https://pypi.python.org/pypi/termcolor
#
Package termcolor-1.1.0-x86_64-1_SBo.tgz installed.
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Install mass-packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -u *.t?z
or
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
$ slpkg -i *.t?z
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Find installed packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -f termcolor lua yetris you-get rar pip
2014-08-04 02:02:38 +02:00
Packages with name matching [ termcolor, lua, yetris, you-get, rar, pip ]
2014-07-26 14:13:15 +02:00
[ installed ] - termcolor-1.1.0-x86_64-1_SBo
No such package lua: Cant find
[ installed ] - yetris-2.0.1-x86_64-1_SBo
No such package you-get: Cant find
[ installed ] - rar-5.0.1-x86_64-1_SBo
2014-07-31 05:44:04 +02:00
[ installed ] - pip-1.5.4-x86_64-1_SBo
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Display the contents of the packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -d termcolor lua
PACKAGE NAME: termcolor-1.1.0-x86_64-1_SBo
COMPRESSED PACKAGE SIZE: 8.0K
UNCOMPRESSED PACKAGE SIZE: 60K
PACKAGE LOCATION: ./termcolor-1.1.0-x86_64-1_SBo.tgz
PACKAGE DESCRIPTION:
termcolor: termcolor (ANSII Color formatting for output in terminal)
termcolor:
termcolor: termcolor allows you to format your output in terminal.
termcolor:
termcolor:
termcolor: Project URL: https://pypi.python.org/pypi/termcolor
termcolor:
termcolor:
termcolor:
termcolor:
FILE LIST:
./
usr/
usr/lib64/
usr/lib64/python2.7/
usr/lib64/python2.7/site-packages/
usr/lib64/python2.7/site-packages/termcolor.py
usr/lib64/python2.7/site-packages/termcolor.pyc
usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
usr/lib64/python3.3/
usr/lib64/python3.3/site-packages/
usr/lib64/python3.3/site-packages/termcolor-1.1.0-py3.3.egg-info
usr/lib64/python3.3/site-packages/__pycache__/
usr/lib64/python3.3/site-packages/__pycache__/termcolor.cpython-33.pyc
usr/lib64/python3.3/site-packages/termcolor.py
usr/doc/
usr/doc/termcolor-1.1.0/
usr/doc/termcolor-1.1.0/termcolor.SlackBuild
usr/doc/termcolor-1.1.0/README.rst
usr/doc/termcolor-1.1.0/CHANGES.rst
usr/doc/termcolor-1.1.0/PKG-INFO
usr/doc/termcolor-1.1.0/COPYING.txt
install/
install/slack-desc
2014-07-26 14:13:15 +02:00
No such package lua: Cant find
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Remove packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ slpkg -r termcolor
2014-08-04 02:02:38 +02:00
Packages with name matching [ termcolor ]
2014-07-26 14:13:15 +02:00
[ delete ] --> termcolor-1.1.0-x86_64-1_SBo
2014-08-13 02:57:05 +02:00
Are you sure to remove 1 package(s) [Y/n]? y
2014-07-13 16:33:37 +02:00
Package: termcolor-1.1.0-x86_64-1_SBo
Removing...
Removing package /var/log/packages/termcolor-1.1.0-x86_64-1_SBo...
2014-07-26 14:13:15 +02:00
Removing files:
--> Deleting /usr/doc/termcolor-1.1.0/CHANGES.rst
--> Deleting /usr/doc/termcolor-1.1.0/COPYING.txt
--> Deleting /usr/doc/termcolor-1.1.0/PKG-INFO
--> Deleting /usr/doc/termcolor-1.1.0/README.rst
--> Deleting /usr/doc/termcolor-1.1.0/termcolor.SlackBuild
--> Deleting /usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
--> Deleting /usr/lib64/python2.7/site-packages/termcolor.py
--> Deleting /usr/lib64/python2.7/site-packages/termcolor.pyc
--> Deleting
2014-06-05 02:23:14 +02:00
/usr/lib64/python3.3/site-packages/__pycache__/termcolor.cpython-33.pyc
2014-07-26 14:13:15 +02:00
--> Deleting /usr/lib64/python3.3/site-packages/termcolor-1.1.0-py3.3.egg-info
--> Deleting /usr/lib64/python3.3/site-packages/termcolor.py
--> Deleting empty directory /usr/lib64/python3.3/site-packages/__pycache__/
WARNING: Unique directory /usr/lib64/python3.3/site-packages/ contains new files
2014-07-13 16:33:37 +02:00
WARNING: Unique directory /usr/lib64/python3.3/ contains new files
2014-07-26 14:13:15 +02:00
--> Deleting empty directory /usr/doc/termcolor-1.1.0/
2014-05-23 07:46:51 +02:00
2014-07-26 14:13:15 +02:00
+==============================================================================
| Package: termcolor removed
+==============================================================================
2014-05-23 07:46:51 +02:00
2014-07-13 16:33:37 +02:00
$ slpkg -f termcolor lua rar
2014-05-23 07:46:51 +02:00
2014-08-04 02:02:38 +02:00
Packages with name matching [ termcolor, lua, rar ]
2014-07-26 14:13:15 +02:00
No such package termcolor: Cant find
No such package lua: Cant find
[ installed ] - rar-5.0.1-x86_64-1_SBo
2014-05-23 07:46:51 +02:00
2014-08-13 02:57:05 +02:00
Remove packages with all dependencies:
(presupposes facility with the option 'slpkg -s sbo <package>)
.. code-block:: bash
$ slpkg -r Flask
Packages with name matching [ Flask ]
[ delete ] --> Flask-0.10.1-x86_64-1_SBo
Are you sure to remove 1 package [Y/n]? y
+==============================================================================
| Found dependencies for package Flask:
+==============================================================================
| pysetuptools
| MarkupSafe
| itsdangerous
| Jinja2
| werkzeug
+==============================================================================
Remove dependencies [Y/n]? y
.
.
.
+==============================================================================
| Package Flask removed
| Package pysetuptools removed
| Package MarkupSafe removed
| Package itsdangerous removed
| Package Jinja2 removed
| Package werkzeug removed
+==============================================================================
2014-05-23 07:46:51 +02:00
Man page it is available for full support:
.. code-block:: bash
2014-07-13 16:33:37 +02:00
$ man slpkg
2014-07-17 04:46:34 +02:00
Classifier: Development Status :: 5 - Production/Stable
2014-05-23 07:46:51 +02:00
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
2014-06-05 02:23:14 +02:00
Classifier: Programming Language :: Python
2014-07-17 04:46:34 +02:00
Classifier: Programming Language :: Python :: 2
2014-05-23 07:46:51 +02:00
Classifier: Programming Language :: Python :: 2.7
2014-06-05 02:23:14 +02:00
Classifier: Programming Language :: Unix Shell
2014-07-17 04:46:34 +02:00
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Software Distribution
2014-05-23 07:46:51 +02:00
Classifier: Topic :: Utilities
2014-07-31 05:44:04 +02:00