From f66e0fca51d811528bfd49e6595b7de0454afb07 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 14 Dec 2011 16:24:32 -0600 Subject: python/pyasn1: Miscellaneous tweaks/cleanups Signed-off-by: Robby Workman --- python/pyasn1/README | 8 +------- python/pyasn1/pyasn1.SlackBuild | 6 ++---- python/pyasn1/pyasn1.info | 2 +- python/pyasn1/slack-desc | 8 ++++---- 4 files changed, 8 insertions(+), 16 deletions(-) (limited to 'python/pyasn1') diff --git a/python/pyasn1/README b/python/pyasn1/README index 9f0c7dbd37cf..e8c7885ff081 100644 --- a/python/pyasn1/README +++ b/python/pyasn1/README @@ -1,7 +1 @@ -pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python - -Its features are: -- Generic implementation of ASN.1 types (X.208) -- Fully standard compliant BER/CER/DER codecs -- 100% Python, works with Python 2.2 and later -- MT-safe +pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python. diff --git a/python/pyasn1/pyasn1.SlackBuild b/python/pyasn1/pyasn1.SlackBuild index fb55772dbe3d..8a55495b4bbe 100644 --- a/python/pyasn1/pyasn1.SlackBuild +++ b/python/pyasn1/pyasn1.SlackBuild @@ -21,7 +21,7 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# + # markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 # 2011 September 04 - initial release @@ -72,8 +72,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup.py build || exit 1 -python setup.py install --root=$PKG || exit 1 +python setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true @@ -82,7 +81,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ README THANKS TODO CHANGES LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/pyasn1/pyasn1.info b/python/pyasn1/pyasn1.info index 395164059389..f35a1a473877 100644 --- a/python/pyasn1/pyasn1.info +++ b/python/pyasn1/pyasn1.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="markus reichelt" EMAIL="slackbuilds@mareichelt.de" -APPROVED="Erik Hanson" +APPROVED="rworkman" diff --git a/python/pyasn1/slack-desc b/python/pyasn1/slack-desc index 89be00aed7ee..b3c6f2f85496 100644 --- a/python/pyasn1/slack-desc +++ b/python/pyasn1/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler----------------------------------------------------| -pyasn1: pyasn1 (implements ASN.1 types and codecsin Python) +pyasn1: pyasn1 (ASN.1 types and codecs in Python) pyasn1: -pyasn1: Features: +pyasn1: pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python. +pyasn1: +pyasn1: Some features include: pyasn1: - Generic implementation of ASN.1 types (X.208) pyasn1: - Fully standard compliant BER/CER/DER codecs pyasn1: - 100% Python, works with Python 2.2 and later -pyasn1: - MT-safe pyasn1: pyasn1: Homepage: http://sourceforge.net/projects/pyasn1/ pyasn1: -pyasn1: -- cgit v1.2.3