summaryrefslogtreecommitdiff
path: root/security/py-ecdsa
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2015-06-29 17:01:08 +0000
committergls <gls@pkgsrc.org>2015-06-29 17:01:08 +0000
commitde5bf58956604d97b9a649c11f5a63c541ebeeaf (patch)
tree279a3221ed77fe594892251bdc6540d1db0dad3c /security/py-ecdsa
parentaee7bec42c5482e740b34d65dc6a0e03f8657d36 (diff)
downloadpkgsrc-de5bf58956604d97b9a649c11f5a63c541ebeeaf.tar.gz
Remove patch
Diffstat (limited to 'security/py-ecdsa')
-rw-r--r--security/py-ecdsa/distinfo3
-rw-r--r--security/py-ecdsa/patches/patch-setup.py13
2 files changed, 1 insertions, 15 deletions
diff --git a/security/py-ecdsa/distinfo b/security/py-ecdsa/distinfo
index 414250eaa39..319b6b17d52 100644
--- a/security/py-ecdsa/distinfo
+++ b/security/py-ecdsa/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/06/29 17:00:00 gls Exp $
+$NetBSD: distinfo,v 1.6 2015/06/29 17:01:08 gls Exp $
SHA1 (python-ecdsa-0.13.tar.gz) = f23d77b03f3e62a9298579ccf897a305c618a6f2
RMD160 (python-ecdsa-0.13.tar.gz) = 7d7e2bb73649dba507f6389b8f909d251346e1fc
Size (python-ecdsa-0.13.tar.gz) = 58966 bytes
-#SHA1 (patch-setup.py) = 484475e066b3c05b9ee8dcb81a456088fb485bf1
diff --git a/security/py-ecdsa/patches/patch-setup.py b/security/py-ecdsa/patches/patch-setup.py
deleted file mode 100644
index 569a3e6483c..00000000000
--- a/security/py-ecdsa/patches/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2013/11/05 17:37:48 joerg Exp $
-
---- setup.py.orig 2013-11-05 08:00:38.000000000 +0000
-+++ setup.py
-@@ -1,6 +1,7 @@
- #!/usr/bin/env python
- import os, subprocess, re
--from distutils.core import setup, Command
-+from setuptools import setup
-+from distutils.core import Command
- from distutils.command.sdist import sdist as _sdist
- from ecdsa.six import print_
-