ports/science/py-tensorflow/files/patch-third__party_systemlibs_enum34.build
Yuri Victorovich 069ecdaf12 Re-add science/py-tensorflow: Computation using data flow graphs for scalable machine learning
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD!

PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-08-06 15:28:01 +00:00

17 lines
422 B
Text

--- /dev/null 2019-07-11 15:43:12.610969000 +0100
+++ third_party/systemlibs/enum34.BUILD 2019-07-11 15:42:45.040593000 +0100
@@ -0,0 +1,14 @@
+# Description:
+# enum34 provides a backport of the enum module for Python 2.
+
+licenses(["notice"]) # MIT
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+py_library(
+ name = "enum",
+ visibility = ["//visibility:public"],
+)