summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files/python/distutils/command/build_ext.py
blob: ac7a4322ded278df6ab2662eb4276fcddf9242b1 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: build_ext.py,v 1.1 2022/08/25 20:10:43 rillig Exp $
#
# Fake implementation of distutils.command.build_ext.
#
# https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build_ext

class build_ext():
    pass