From 685fd8d21de02694deab215023c186dfb51d1a47 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 25 Aug 2022 19:56:07 +0000 Subject: pkgtools/url2pkg: fix line ends --- .../url2pkg/files/python/setuptools/command/build_ext.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pkgtools/url2pkg/files/python/setuptools/command/build_ext.py') 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 -- cgit v1.2.3