summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files/python/setuptools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-08-25 19:56:07 +0000
committerrillig <rillig@pkgsrc.org>2022-08-25 19:56:07 +0000
commit685fd8d21de02694deab215023c186dfb51d1a47 (patch)
treef6506bb211f1a8fc083fdd9d1d49b8b1611dffac /pkgtools/url2pkg/files/python/setuptools
parentcbb8e7ca98aea1b22c90e3d61619b421004e2a4f (diff)
downloadpkgsrc-685fd8d21de02694deab215023c186dfb51d1a47.tar.gz
pkgtools/url2pkg: fix line ends
Diffstat (limited to 'pkgtools/url2pkg/files/python/setuptools')
-rw-r--r--pkgtools/url2pkg/files/python/setuptools/command/build_ext.py14
-rw-r--r--pkgtools/url2pkg/files/python/setuptools/command/install.py14
-rw-r--r--pkgtools/url2pkg/files/python/setuptools/command/sdist.py14
-rw-r--r--pkgtools/url2pkg/files/python/setuptools/dist.py14
4 files changed, 28 insertions, 28 deletions
diff --git a/pkgtools/url2pkg/files/python/setuptools/command/build_ext.py b/pkgtools/url2pkg/files/python/setuptools/command/build_ext.py
index d48c6f859f3..6556157e3a9 100644
--- a/pkgtools/url2pkg/files/python/setuptools/command/build_ext.py
+++ b/pkgtools/url2pkg/files/python/setuptools/command/build_ext.py
@@ -1,7 +1,7 @@
-# $NetBSD: build_ext.py,v 1.1 2022/07/16 08:59:39 rillig Exp $
-#
-# Fake implementation of setuptools.command.build_ext.
-#
-# https://github.com/pypa/setuptools/blob/main/setuptools/command/build_ext.py
-
-# used by pkgsrc package wip/pytorch 1.12.0
+# $NetBSD: build_ext.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
+#
+# Fake implementation of setuptools.command.build_ext.
+#
+# https://github.com/pypa/setuptools/blob/main/setuptools/command/build_ext.py
+
+# used by pkgsrc package wip/pytorch 1.12.0
diff --git a/pkgtools/url2pkg/files/python/setuptools/command/install.py b/pkgtools/url2pkg/files/python/setuptools/command/install.py
index a4a7f18dd12..2511770d6fd 100644
--- a/pkgtools/url2pkg/files/python/setuptools/command/install.py
+++ b/pkgtools/url2pkg/files/python/setuptools/command/install.py
@@ -1,7 +1,7 @@
-# $NetBSD: install.py,v 1.1 2022/07/16 08:59:39 rillig Exp $
-#
-# Fake implementation of setuptools.command.install.
-#
-# https://github.com/pypa/setuptools/blob/main/setuptools/command/install.py
-
-# used by pkgsrc package wip/pytorch 1.12.0
+# $NetBSD: install.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
+#
+# Fake implementation of setuptools.command.install.
+#
+# https://github.com/pypa/setuptools/blob/main/setuptools/command/install.py
+
+# used by pkgsrc package wip/pytorch 1.12.0
diff --git a/pkgtools/url2pkg/files/python/setuptools/command/sdist.py b/pkgtools/url2pkg/files/python/setuptools/command/sdist.py
index eeda10630e1..4351f41f165 100644
--- a/pkgtools/url2pkg/files/python/setuptools/command/sdist.py
+++ b/pkgtools/url2pkg/files/python/setuptools/command/sdist.py
@@ -1,7 +1,7 @@
-# $NetBSD: sdist.py,v 1.1 2022/07/16 08:59:39 rillig Exp $
-#
-# Fake implementation of setuptools.command.sdist.
-#
-# https://github.com/pypa/setuptools/blob/main/setuptools/command/sdist.py
-
-# used by pkgsrc package wip/pytorch 1.12.0
+# $NetBSD: sdist.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
+#
+# Fake implementation of setuptools.command.sdist.
+#
+# https://github.com/pypa/setuptools/blob/main/setuptools/command/sdist.py
+
+# used by pkgsrc package wip/pytorch 1.12.0
diff --git a/pkgtools/url2pkg/files/python/setuptools/dist.py b/pkgtools/url2pkg/files/python/setuptools/dist.py
index ffcfed9fb13..3a3fdbbaebb 100644
--- a/pkgtools/url2pkg/files/python/setuptools/dist.py
+++ b/pkgtools/url2pkg/files/python/setuptools/dist.py
@@ -1,7 +1,7 @@
-# $NetBSD: dist.py,v 1.1 2022/07/16 08:59:39 rillig Exp $
-#
-# Fake implementation for setuptools.dist.
-
-# used by pkgsrc package wip/py-torch 1.12.0
-class Distribution:
- pass
+# $NetBSD: dist.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
+#
+# Fake implementation for setuptools.dist.
+
+# used by pkgsrc package wip/py-torch 1.12.0
+class Distribution:
+ pass