summaryrefslogtreecommitdiffstats
path: root/deps/python-enum34/slack-desc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-05-26 13:20:53 +0200
committer Eric Hameleers <alien@slackware.com>2020-05-26 13:20:53 +0200
commitccc84a69b2b7573cd6723f526187f6cdd9bd795c (patch)
treeea3333f45cc3d519caf173588cf228ef7c6e35fa /deps/python-enum34/slack-desc
parent0361eb8fae8d88adb2dedf09882fc78dffff34fd (diff)
downloadktown-ccc84a69b2b7573cd6723f526187f6cdd9bd795c.tar.gz
ktown-ccc84a69b2b7573cd6723f526187f6cdd9bd795c.tar.xz
Deps: remove sources whose packages are now part of Slackware
Diffstat (limited to 'deps/python-enum34/slack-desc')
-rw-r--r--deps/python-enum34/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/deps/python-enum34/slack-desc b/deps/python-enum34/slack-desc
deleted file mode 100644
index b06f6ad..0000000
--- a/deps/python-enum34/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-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: