From 1c8065c7b7a544bc02a6eced8087de1ac1bd069f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 24 Oct 2018 13:57:39 +0200 Subject: Two new dependencies, python-enum34 and hyphen - python-enum34 is now required by PyQt5 - hyphen is required by qt5-webkit which had to be updated from the ancient 5.9.1 release to an actively maintained port because 5.9.1 is no longer compatible with QT 5.10 and later. --- deps/python-enum34/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 deps/python-enum34/slack-desc (limited to 'deps/python-enum34/slack-desc') diff --git a/deps/python-enum34/slack-desc b/deps/python-enum34/slack-desc new file mode 100644 index 0000000..b06f6ad --- /dev/null +++ b/deps/python-enum34/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------------------------------------------------------| +python-enum34: python-enum34 (Python 3.4 Enum backported to Python 2) +python-enum34: +python-enum34: An enumeration is a set of symbolic names (members) bound to +python-enum34: unique, constant values. +python-enum34: Within an enumeration, the members can be compared by identity, +python-enum34: and the enumeration itself can be iterated over. +python-enum34: +python-enum34: +python-enum34: +python-enum34: Homepage: https://pypi.python.org/pypi/enum34 +python-enum34: -- cgit v1.2.3