pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-editorconfig-core: Update wip/py-editorconfig-core to 0.12.1
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Apr 14 12:53:11 2017 +0200
Changeset: 3131140b3912a3e8b591658290aae489aa628d9c
Modified Files:
py-editorconfig-core/Makefile
py-editorconfig-core/distinfo
py-editorconfig-core/patches/patch-setup.py
Removed Files:
py-editorconfig-core/buildlink3.mk
Log Message:
py-editorconfig-core: Update wip/py-editorconfig-core to 0.12.1
pkgsrc changes:
- Convert MASTER_SITES to MASTER_SITE_PYPI and adjust {DIST,PKG,EGG_}NAME
accordingly
- Empty the USE_LANGUAGES list (`c' is not needed)
- Delete unused buildlink3.mk
Changes:
No changelog available unfortunately.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3131140b3912a3e8b591658290aae489aa628d9c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-editorconfig-core/Makefile | 10 ++++++----
py-editorconfig-core/buildlink3.mk | 14 --------------
py-editorconfig-core/distinfo | 9 +++++----
py-editorconfig-core/patches/patch-setup.py | 2 ++
4 files changed, 13 insertions(+), 22 deletions(-)
diffs:
diff --git a/py-editorconfig-core/Makefile b/py-editorconfig-core/Makefile
index 5c4f8d9d1b..bfa2935df0 100644
--- a/py-editorconfig-core/Makefile
+++ b/py-editorconfig-core/Makefile
@@ -1,15 +1,17 @@
# $NetBSD: Makefile,v 1.4 2014/11/19 20:12:29 nros Exp $
-DISTNAME= editorconfig-core-py-0.12.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-py//1}
-EGG_NAME= EditorConfig-${PKGVERSION_NOREV}
+VERSION= 0.12.1
+DISTNAME= EditorConfig-${VERSION}
+PKGNAME= ${PYPKGPREFIX}-editorconfig-core-${VERSION}
CATEGORIES= devel
-MASTER_SITES= -https://github.com/editorconfig/editorconfig-core-py/archive/v${PKGVERSION}.tar.gz
+MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
MAINTAINER= nros%users.sourceforge.net@localhost
HOMEPAGE= http://editorconfig.org/
COMMENT= Editorconfig python library
LICENSE= python-software-foundation AND modified-bsd
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-editorconfig-core/buildlink3.mk b/py-editorconfig-core/buildlink3.mk
deleted file mode 100644
index 60d1418e8e..0000000000
--- a/py-editorconfig-core/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/11/22 21:22:49 nros Exp $
-
-BUILDLINK_TREE+= py-editorconfig-core
-
-.if !defined(PY_EDITORCONFIG_CORE_BUILDLINK3_MK)
-PY_EDITORCONFIG_CORE_BUILDLINK3_MK:=
-
-.include "../../lang/python/pyversion.mk"
-
-BUILDLINK_API_DEPENDS.py-editorconfig-core+= ${PYPKGPREFIX}-editorconfig-core>=0.11.1
-BUILDLINK_PKGSRCDIR.py-editorconfig-core?= ../../wip/py-editorconfig-core
-.endif # PY_EDITORCONFIG_CORE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -py-editorconfig-core
diff --git a/py-editorconfig-core/distinfo b/py-editorconfig-core/distinfo
index 8b0296470b..3282fe703a 100644
--- a/py-editorconfig-core/distinfo
+++ b/py-editorconfig-core/distinfo
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.3 2014/11/19 20:12:29 nros Exp $
-SHA1 (editorconfig-core-py-0.12.0.tar.gz) = 3793b690c609103e8242e1149fef73a00e36f884
-RMD160 (editorconfig-core-py-0.12.0.tar.gz) = 3abb2e877eff32e411b84d802afa3f10b93ead68
-Size (editorconfig-core-py-0.12.0.tar.gz) = 24801 bytes
-SHA1 (patch-setup.py) = 54171906b0b63f53c4da21da8a28628bf1967e5f
+SHA1 (EditorConfig-0.12.1.tar.gz) = c5057a20dd8f3af3136679e88057de9f6284b46a
+RMD160 (EditorConfig-0.12.1.tar.gz) = 8c050fdca3beb02df8219e7ebe33700fa84eb592
+SHA512 (EditorConfig-0.12.1.tar.gz) = d31abc261c3f2e17582d3c5ef549fd2f2292588d8a4549eb98d80693cf94a50078047d95892164a71043375f6c5596152ac62e04e854d78458cfb1183030669f
+Size (EditorConfig-0.12.1.tar.gz) = 19282 bytes
+SHA1 (patch-setup.py) = 8691aa55ccf1662163281ee61d8fb8d5a6956fba
diff --git a/py-editorconfig-core/patches/patch-setup.py b/py-editorconfig-core/patches/patch-setup.py
index fca66da5ba..708e9b88bc 100644
--- a/py-editorconfig-core/patches/patch-setup.py
+++ b/py-editorconfig-core/patches/patch-setup.py
@@ -1,8 +1,10 @@
$NetBSD: patch-setup.py,v 1.2 2014/11/19 20:12:30 nros Exp $
+
* remove non-versioned file. The console command for editorconfig-core
is in the editorconfig-core package. Removing this file removes the
conflict that this package would have with the editorconfig-core
package.
+
--- setup.py.orig 2014-11-19 19:02:21.000000000 +0000
+++ setup.py
@@ -10,11 +10,6 @@ setup(
Home |
Main Index |
Thread Index |
Old Index